Html Css Color HEX #30179C Persian Indigo

📋 copy color: '#30179C'

red 48 ◦ green 23 ◦ blue 156

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

Shades of Persian Indigo #30179C

Tints of Persian Indigo #30179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 21.15%
G = 10.13%
B = 68.72%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30179C (or 0x30179C) is known color: Persian Indigo. HEX triplet: 30, 17 and 9C. RGB value is (48,23,156). Sum of RGB (Red+Green+Blue) = 48+23+156=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #30179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30179C is #CFE863. Grayscale: #2D2D2D. Windows color (decimal): -13625444 or 10229552. OLE color: 10229552.

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

Color convert

RGB 48 23 156 -
CMYK 0.69 0.85 0 0.39
HSL 251.28º 0.74% 0.35% -
HSV(B) 251.28º 0.85% 0.61% -
XYZ 7.53 3.64 31.76 -
YUV 45.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 48 23 156 0.69 0.85 0 0.39 251.28 0.74 0.35
Hex 30 17 9C 45 55 0 27 FB 4A 23
Octal 60 27 234 105 125 0 47 373 112 43
Binary 110000 10111 10011100 1000101 1010101 0 100111 11111011 1001010 100011

Color Harmonies of #30179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30179C

Black with #30179C

Text Example


Text Example

White with #30179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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