Html Css Color HEX #331975 Persian Indigo

📋 copy color: '#331975'

red 51 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #331975

Tints of Persian Indigo #331975

RGB

 RED value IS 51 (20.31% from 255) = 26.42%

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 26.42%
G = 12.95%
B = 60.62%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331975 (or 0x331975) is known color: Persian Indigo. HEX triplet: 33, 19 and 75. RGB value is (51,25,117). Sum of RGB (Red+Green+Blue) = 51+25+117=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #331975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331975 is #CCE68A. Grayscale: #2A2A2A. Windows color (decimal): -13428363 or 7674163. OLE color: 7674163.

HSL color Cylindrical-coordinate representation of color #331975: hue angle of 256.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331975 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 25 117 -
CMYK 0.56 0.79 0 0.54
HSL 256.96º 0.65% 0.28% -
HSV(B) 256.96º 0.79% 0.46% -
XYZ 4.92 2.68 17.09 -
YUV 43.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 51 25 117 0.56 0.79 0 0.54 256.96 0.65 0.28
Hex 33 19 75 38 4F 0 36 101 41 1C
Octal 63 31 165 70 117 0 66 401 101 34
Binary 110011 11001 1110101 111000 1001111 0 110110 100000001 1000001 11100

Color Harmonies of #331975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331975

Black with #331975

Text Example


Text Example

White with #331975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331975; }

 p { color: rgb(51,25,117); }

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

background-color css

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

 a { background-color: rgb(51,25,117); }

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

border-color css

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

 span { border-color: rgb(51,25,117); }

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