#30098b

Color #30098B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #30098B

Tints of Persian Indigo #30098B

Color information

#30098B (or 0x30098B) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 8B. RGB value is (48,9,139). Sum of RGB (Red+Green+Blue) = 48+9+139=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #30098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30098B is #CFF674. Grayscale: #232323. Windows color (decimal): -13629045 or 9111856. OLE color: 9111856.

HSL color Cylindrical-coordinate representation of color #30098B: hue angle of 258º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30098B is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB489139-
CMYK0.650.9400.45
HSL258º87.84%29.02%-
HSV(B)258º93.53%54.51%-
XYZ5.982.6924.63-
YUV35.48186.42136.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=24.49%
G=4.59%
B=70.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4891390.650.9400.4525887.8429.02
Hex3098B415E02D102581d
Octal601121310113605540213035
Binary110000100110001011100000110111100101101100000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30098b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30098b; }

 p { color: rgb(48,9,139); }

 H1.HeaderClassName
 {
   color: #30098b;
 }
 .AnyTagClassName
 {
   color: #30098b;
 }
</style>
background-color css

<style>
 a { background-color: #30098b; }

 a { background-color: rgb(48,9,139); }

 div.DivClassName
 {
   background-color: #30098b;
 }
 .BgClassName
 {
   background-color: #30098b;
 }
</style>
border-color css

<style>
 span { border-color: #30098b; }

 span { border-color: rgb(48,9,139); }

 td.TdClassName
 {
   border-color: #30098b;
 }
 .TagClassName
 {
   border-color: #30098b;
 }
</style>