Html Css Color HEX #30128C Persian Indigo

📋 copy color: '#30128C'

red 48 ◦ green 18 ◦ blue 140

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

Shades of Persian Indigo #30128C

Tints of Persian Indigo #30128C

RGB

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

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

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

R = 23.3%
G = 8.74%
B = 67.96%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30128C (or 0x30128C) is known color: Persian Indigo. HEX triplet: 30, 12 and 8C. RGB value is (48,18,140). Sum of RGB (Red+Green+Blue) = 48+18+140=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #30128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30128C is #CFED73. Grayscale: #282828. Windows color (decimal): -13626740 or 9179696. OLE color: 9179696.

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

Color convert

RGB 48 18 140 -
CMYK 0.66 0.87 0 0.45
HSL 254.75º 0.77% 0.31% -
HSV(B) 254.75º 0.87% 0.55% -
XYZ 6.17 2.95 25.06 -
YUV 40.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 48 18 140 0.66 0.87 0 0.45 254.75 0.77 0.31
Hex 30 12 8C 42 57 0 2D FF 4D 1F
Octal 60 22 214 102 127 0 55 377 115 37
Binary 110000 10010 10001100 1000010 1010111 0 101101 11111111 1001101 11111

Color Harmonies of #30128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30128C

Black with #30128C

Text Example


Text Example

White with #30128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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