Html Css Color HEX #30169C Persian Indigo

📋 copy color: '#30169C'

red 48 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #30169C

Tints of Persian Indigo #30169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 21.24%
G = 9.73%
B = 69.03%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30169C (or 0x30169C) is known color: Persian Indigo. HEX triplet: 30, 16 and 9C. RGB value is (48,22,156). Sum of RGB (Red+Green+Blue) = 48+22+156=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #30169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30169C is #CFE963. Grayscale: #2C2C2C. Windows color (decimal): -13625700 or 10229296. OLE color: 10229296.

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

Color convert

RGB 48 22 156 -
CMYK 0.69 0.86 0 0.39
HSL 251.64º 0.75% 0.35% -
HSV(B) 251.64º 0.86% 0.61% -
XYZ 7.51 3.6 31.75 -
YUV 45.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 48 22 156 0.69 0.86 0 0.39 251.64 0.75 0.35
Hex 30 16 9C 45 56 0 27 FC 4B 23
Octal 60 26 234 105 126 0 47 374 113 43
Binary 110000 10110 10011100 1000101 1010110 0 100111 11111100 1001011 100011

Color Harmonies of #30169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30169C

Black with #30169C

Text Example


Text Example

White with #30169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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