Html Css Color HEX #30177C Persian Indigo

📋 copy color: '#30177C'

red 48 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #30177C

Tints of Persian Indigo #30177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 24.62%
G = 11.79%
B = 63.59%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30177C (or 0x30177C) is known color: Persian Indigo. HEX triplet: 30, 17 and 7C. RGB value is (48,23,124). Sum of RGB (Red+Green+Blue) = 48+23+124=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #30177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30177C is #CFE883. Grayscale: #292929. Windows color (decimal): -13625476 or 8132400. OLE color: 8132400.

HSL color Cylindrical-coordinate representation of color #30177C: hue angle of 254.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30177C is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 23 124 -
CMYK 0.61 0.81 0 0.51
HSL 254.85º 0.69% 0.29% -
HSV(B) 254.85º 0.81% 0.49% -
XYZ 5.16 2.7 19.32 -
YUV 41.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 48 23 124 0.61 0.81 0 0.51 254.85 0.69 0.29
Hex 30 17 7C 3D 51 0 33 FF 45 1D
Octal 60 27 174 75 121 0 63 377 105 35
Binary 110000 10111 1111100 111101 1010001 0 110011 11111111 1000101 11101

Color Harmonies of #30177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30177C

Black with #30177C

Text Example


Text Example

White with #30177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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