Html Css Color HEX #321675 Persian Indigo

📋 copy color: '#321675'

red 50 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #321675

Tints of Persian Indigo #321675

RGB

 RED value IS 50 (19.92% from 255) = 26.46%

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

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

R = 26.46%
G = 11.64%
B = 61.9%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321675 (or 0x321675) is known color: Persian Indigo. HEX triplet: 32, 16 and 75. RGB value is (50,22,117). Sum of RGB (Red+Green+Blue) = 50+22+117=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #321675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321675 is #CDE98A. Grayscale: #282828. Windows color (decimal): -13494667 or 7673394. OLE color: 7673394.

HSL color Cylindrical-coordinate representation of color #321675: hue angle of 257.68º 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 #321675 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 22 117 -
CMYK 0.57 0.81 0 0.54
HSL 257.68º 0.68% 0.27% -
HSV(B) 257.68º 0.81% 0.46% -
XYZ 4.81 2.54 17.07 -
YUV 41.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 50 22 117 0.57 0.81 0 0.54 257.68 0.68 0.27
Hex 32 16 75 39 51 0 36 102 44 1B
Octal 62 26 165 71 121 0 66 402 104 33
Binary 110010 10110 1110101 111001 1010001 0 110110 100000010 1000100 11011

Color Harmonies of #321675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321675

Black with #321675

Text Example


Text Example

White with #321675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321675; }

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

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

background-color css

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

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

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

border-color css

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

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

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