Html Css Color HEX #331675 Persian Indigo

📋 copy color: '#331675'

red 51 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #331675

Tints of Persian Indigo #331675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 26.84%
G = 11.58%
B = 61.58%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331675 (or 0x331675) is known color: Persian Indigo. HEX triplet: 33, 16 and 75. RGB value is (51,22,117). Sum of RGB (Red+Green+Blue) = 51+22+117=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #331675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331675 is #CCE98A. Grayscale: #292929. Windows color (decimal): -13429131 or 7673395. OLE color: 7673395.

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

Color convert

RGB 51 22 117 -
CMYK 0.56 0.81 0 0.54
HSL 258.32º 0.68% 0.27% -
HSV(B) 258.32º 0.81% 0.46% -
XYZ 4.86 2.56 17.07 -
YUV 41.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 51 22 117 0.56 0.81 0 0.54 258.32 0.68 0.27
Hex 33 16 75 38 51 0 36 102 44 1B
Octal 63 26 165 70 121 0 66 402 104 33
Binary 110011 10110 1110101 111000 1010001 0 110110 100000010 1000100 11011

Color Harmonies of #331675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331675

Black with #331675

Text Example


Text Example

White with #331675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331675; }

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

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

background-color css

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

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

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

border-color css

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

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

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