Html Css Color HEX #30019C Persian Indigo

📋 copy color: '#30019C'

red 48 ◦ green 1 ◦ blue 156

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

Shades of Persian Indigo #30019C

Tints of Persian Indigo #30019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 156 (61.33% from 255) = 76.1%

R = 23.41%
G = 0.49%
B = 76.1%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30019C (or 0x30019C) is known color: Persian Indigo. HEX triplet: 30, 01 and 9C. RGB value is (48,1,156). Sum of RGB (Red+Green+Blue) = 48+1+156=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #30019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30019C is #CFFE63. Grayscale: #202020. Windows color (decimal): -13631076 or 10223920. OLE color: 10223920.

HSL color Cylindrical-coordinate representation of color #30019C: hue angle of 258.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30019C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 1 156 -
CMYK 0.69 0.99 0 0.39
HSL 258.19º 0.99% 0.31% -
HSV(B) 258.19º 0.99% 0.61% -
XYZ 7.23 3.05 31.66 -
YUV 32.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 48 1 156 0.69 0.99 0 0.39 258.19 0.99 0.31
Hex 30 1 9C 45 63 0 27 102 63 1F
Octal 60 1 234 105 143 0 47 402 143 37
Binary 110000 1 10011100 1000101 1100011 0 100111 100000010 1100011 11111

Color Harmonies of #30019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30019C

Black with #30019C

Text Example


Text Example

White with #30019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,1,156); }

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

background-color css

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

 a { background-color: rgb(48,1,156); }

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

border-color css

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

 span { border-color: rgb(48,1,156); }

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