Html Css Color HEX #30179B Persian Indigo

📋 copy color: '#30179B'

red 48 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #30179B

Tints of Persian Indigo #30179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 21.24%
G = 10.18%
B = 68.58%

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

#30179B (or 0x30179B) is known color: Persian Indigo. HEX triplet: 30, 17 and 9B. RGB value is (48,23,155). Sum of RGB (Red+Green+Blue) = 48+23+155=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #30179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30179B is #CFE864. Grayscale: #2D2D2D. Windows color (decimal): -13625445 or 10164016. OLE color: 10164016.

HSL color Cylindrical-coordinate representation of color #30179B: hue angle of 251.36º 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 #30179B is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 23 155 -
CMYK 0.69 0.85 0 0.39
HSL 251.36º 0.74% 0.35% -
HSV(B) 251.36º 0.85% 0.61% -
XYZ 7.44 3.61 31.31 -
YUV 45.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 48 23 155 0.69 0.85 0 0.39 251.36 0.74 0.35
Hex 30 17 9B 45 55 0 27 FB 4A 23
Octal 60 27 233 105 125 0 47 373 112 43
Binary 110000 10111 10011011 1000101 1010101 0 100111 11111011 1001010 100011

Color Harmonies of #30179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30179B

Black with #30179B

Text Example


Text Example

White with #30179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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