Html Css Color HEX #30136E Persian Indigo

📋 copy color: '#30136E'

red 48 ◦ green 19 ◦ blue 110

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

Shades of Persian Indigo #30136E

Tints of Persian Indigo #30136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 110 (43.36% from 255) = 62.15%

R = 27.12%
G = 10.73%
B = 62.15%

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

#30136E (or 0x30136E) is known color: Persian Indigo. HEX triplet: 30, 13 and 6E. RGB value is (48,19,110). Sum of RGB (Red+Green+Blue) = 48+19+110=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #30136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30136E is #CFEC91. Grayscale: #252525. Windows color (decimal): -13626514 or 7213872. OLE color: 7213872.

HSL color Cylindrical-coordinate representation of color #30136E: hue angle of 259.12º degrees, saturation: 0.71, 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 #30136E is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 19 110 -
CMYK 0.56 0.83 0 0.57
HSL 259.12º 0.71% 0.25% -
HSV(B) 259.12º 0.83% 0.43% -
XYZ 4.27 2.22 14.96 -
YUV 38.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 48 19 110 0.56 0.83 0 0.57 259.12 0.71 0.25
Hex 30 13 6E 38 53 0 39 103 47 19
Octal 60 23 156 70 123 0 71 403 107 31
Binary 110000 10011 1101110 111000 1010011 0 111001 100000011 1000111 11001

Color Harmonies of #30136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30136E

Black with #30136E

Text Example


Text Example

White with #30136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30136E; }

 p { color: rgb(48,19,110); }

 H1.HeaderClassName
 {
   color: #30136E;
 }
 .AnyTagClassName
 {
   color: #30136E;
 }
</style>

background-color css

<style>
 a { background-color: #30136E; }

 a { background-color: rgb(48,19,110); }

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

border-color css

<style>
 span { border-color: #30136E; }

 span { border-color: rgb(48,19,110); }

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