Html Css Color HEX #30039B Persian Indigo

📋 copy color: '#30039B'

red 48 ◦ green 3 ◦ blue 155

#30039B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #30039B

Tints of Persian Indigo #30039B

RGB

 RED value IS 48 (19.14% from 255) = 23.3%

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 23.3%
G = 1.46%
B = 75.24%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30039B (or 0x30039B) is known color: Persian Indigo. HEX triplet: 30, 03 and 9B. RGB value is (48,3,155). Sum of RGB (Red+Green+Blue) = 48+3+155=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #30039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30039B is #CFFC64. Grayscale: #212121. Windows color (decimal): -13630565 or 10158896. OLE color: 10158896.

HSL color Cylindrical-coordinate representation of color #30039B: hue angle of 257.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30039B is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 3 155 -
CMYK 0.69 0.98 0 0.39
HSL 257.76º 0.96% 0.31% -
HSV(B) 257.76º 0.98% 0.61% -
XYZ 7.17 3.06 31.22 -
YUV 33.78 196.41 138.14 -
System Red Green Blue C M Y K H S L
Decimal 48 3 155 0.69 0.98 0 0.39 257.76 0.96 0.31
Hex 30 3 9B 45 62 0 27 102 60 1F
Octal 60 3 233 105 142 0 47 402 140 37
Binary 110000 11 10011011 1000101 1100010 0 100111 100000010 1100000 11111

Color Harmonies of #30039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30039B

Black with #30039B

Text Example


Text Example

White with #30039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30039B; }

 p { color: rgb(48,3,155); }

 H1.HeaderClassName
 {
   color: #30039B;
 }
 .AnyTagClassName
 {
   color: #30039B;
 }
</style>

background-color css

<style>
 a { background-color: #30039B; }

 a { background-color: rgb(48,3,155); }

 div.DivClassName
 {
   background-color: #30039B;
 }
 .BgClassName
 {
   background-color: #30039B;
 }
</style>

border-color css

<style>
 span { border-color: #30039B; }

 span { border-color: rgb(48,3,155); }

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