Html Css Color HEX #30118C Persian Indigo

📋 copy color: '#30118C'

red 48 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #30118C

Tints of Persian Indigo #30118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 23.41%
G = 8.29%
B = 68.29%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30118C (or 0x30118C) is known color: Persian Indigo. HEX triplet: 30, 11 and 8C. RGB value is (48,17,140). Sum of RGB (Red+Green+Blue) = 48+17+140=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #30118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30118C is #CFEE73. Grayscale: #272727. Windows color (decimal): -13626996 or 9179440. OLE color: 9179440.

HSL color Cylindrical-coordinate representation of color #30118C: hue angle of 255.12º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30118C is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 17 140 -
CMYK 0.66 0.88 0 0.45
HSL 255.12º 0.78% 0.31% -
HSV(B) 255.12º 0.88% 0.55% -
XYZ 6.15 2.92 25.05 -
YUV 40.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 48 17 140 0.66 0.88 0 0.45 255.12 0.78 0.31
Hex 30 11 8C 42 58 0 2D FF 4E 1F
Octal 60 21 214 102 130 0 55 377 116 37
Binary 110000 10001 10001100 1000010 1011000 0 101101 11111111 1001110 11111

Color Harmonies of #30118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30118C

Black with #30118C

Text Example


Text Example

White with #30118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30118C; }

 p { color: rgb(48,17,140); }

 H1.HeaderClassName
 {
   color: #30118C;
 }
 .AnyTagClassName
 {
   color: #30118C;
 }
</style>

background-color css

<style>
 a { background-color: #30118C; }

 a { background-color: rgb(48,17,140); }

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

border-color css

<style>
 span { border-color: #30118C; }

 span { border-color: rgb(48,17,140); }

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