Html Css Color HEX #30177D Persian Indigo

📋 copy color: '#30177D'

red 48 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #30177D

Tints of Persian Indigo #30177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.78%

R = 24.49%
G = 11.73%
B = 63.78%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30177D (or 0x30177D) is known color: Persian Indigo. HEX triplet: 30, 17 and 7D. RGB value is (48,23,125). Sum of RGB (Red+Green+Blue) = 48+23+125=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #30177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30177D is #CFE882. Grayscale: #292929. Windows color (decimal): -13625475 or 8197936. OLE color: 8197936.

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

Color convert

RGB 48 23 125 -
CMYK 0.62 0.82 0 0.51
HSL 254.71º 0.69% 0.29% -
HSV(B) 254.71º 0.82% 0.49% -
XYZ 5.23 2.72 19.65 -
YUV 42.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 48 23 125 0.62 0.82 0 0.51 254.71 0.69 0.29
Hex 30 17 7D 3E 52 0 33 FF 45 1D
Octal 60 27 175 76 122 0 63 377 105 35
Binary 110000 10111 1111101 111110 1010010 0 110011 11111111 1000101 11101

Color Harmonies of #30177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30177D

Black with #30177D

Text Example


Text Example

White with #30177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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