Html Css Color HEX #30126D Persian Indigo

📋 copy color: '#30126D'

red 48 ◦ green 18 ◦ blue 109

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

Shades of Persian Indigo #30126D

Tints of Persian Indigo #30126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.29%

R = 27.43%
G = 10.29%
B = 62.29%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30126D (or 0x30126D) is known color: Persian Indigo. HEX triplet: 30, 12 and 6D. RGB value is (48,18,109). Sum of RGB (Red+Green+Blue) = 48+18+109=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #30126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30126D is #CFED92. Grayscale: #252525. Windows color (decimal): -13626771 or 7148080. OLE color: 7148080.

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

Color convert

RGB 48 18 109 -
CMYK 0.56 0.83 0 0.57
HSL 259.78º 0.72% 0.25% -
HSV(B) 259.78º 0.83% 0.43% -
XYZ 4.2 2.17 14.66 -
YUV 37.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 48 18 109 0.56 0.83 0 0.57 259.78 0.72 0.25
Hex 30 12 6D 38 53 0 39 104 48 19
Octal 60 22 155 70 123 0 71 404 110 31
Binary 110000 10010 1101101 111000 1010011 0 111001 100000100 1001000 11001

Color Harmonies of #30126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30126D

Black with #30126D

Text Example


Text Example

White with #30126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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