Html Css Color HEX #30126F Persian Indigo

📋 copy color: '#30126F'

red 48 ◦ green 18 ◦ blue 111

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

Shades of Persian Indigo #30126F

Tints of Persian Indigo #30126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 27.12%
G = 10.17%
B = 62.71%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30126F (or 0x30126F) is known color: Persian Indigo. HEX triplet: 30, 12 and 6F. RGB value is (48,18,111). Sum of RGB (Red+Green+Blue) = 48+18+111=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #30126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30126F is #CFED90. Grayscale: #252525. Windows color (decimal): -13626769 or 7279152. OLE color: 7279152.

HSL color Cylindrical-coordinate representation of color #30126F: hue angle of 259.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30126F is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 18 111 -
CMYK 0.57 0.84 0 0.56
HSL 259.35º 0.72% 0.25% -
HSV(B) 259.35º 0.84% 0.44% -
XYZ 4.3 2.21 15.24 -
YUV 37.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 48 18 111 0.57 0.84 0 0.56 259.35 0.72 0.25
Hex 30 12 6F 39 54 0 38 103 48 19
Octal 60 22 157 71 124 0 70 403 110 31
Binary 110000 10010 1101111 111001 1010100 0 111000 100000011 1001000 11001

Color Harmonies of #30126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30126F

Black with #30126F

Text Example


Text Example

White with #30126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30126F; }

 p { color: rgb(48,18,111); }

 H1.HeaderClassName
 {
   color: #30126F;
 }
 .AnyTagClassName
 {
   color: #30126F;
 }
</style>

background-color css

<style>
 a { background-color: #30126F; }

 a { background-color: rgb(48,18,111); }

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

border-color css

<style>
 span { border-color: #30126F; }

 span { border-color: rgb(48,18,111); }

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