Html Css Color HEX #301575 Persian Indigo

📋 copy color: '#301575'

red 48 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #301575

Tints of Persian Indigo #301575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 25.81%
G = 11.29%
B = 62.9%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301575 (or 0x301575) is known color: Persian Indigo. HEX triplet: 30, 15 and 75. RGB value is (48,21,117). Sum of RGB (Red+Green+Blue) = 48+21+117=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #301575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301575 is #CFEA8A. Grayscale: #272727. Windows color (decimal): -13625995 or 7673136. OLE color: 7673136.

HSL color Cylindrical-coordinate representation of color #301575: hue angle of 256.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301575 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 21 117 -
CMYK 0.59 0.82 0 0.54
HSL 256.88º 0.7% 0.27% -
HSV(B) 256.88º 0.82% 0.46% -
XYZ 4.7 2.45 17.05 -
YUV 40.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 48 21 117 0.59 0.82 0 0.54 256.88 0.7 0.27
Hex 30 15 75 3B 52 0 36 101 46 1B
Octal 60 25 165 73 122 0 66 401 106 33
Binary 110000 10101 1110101 111011 1010010 0 110110 100000001 1000110 11011

Color Harmonies of #301575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301575

Black with #301575

Text Example


Text Example

White with #301575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301575; }

 p { color: rgb(48,21,117); }

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

background-color css

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

 a { background-color: rgb(48,21,117); }

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

border-color css

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

 span { border-color: rgb(48,21,117); }

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