Html Css Color HEX #321075 Persian Indigo

📋 copy color: '#321075'

red 50 ◦ green 16 ◦ blue 117

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

Shades of Persian Indigo #321075

Tints of Persian Indigo #321075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 27.32%
G = 8.74%
B = 63.93%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321075 (or 0x321075) is known color: Persian Indigo. HEX triplet: 32, 10 and 75. RGB value is (50,16,117). Sum of RGB (Red+Green+Blue) = 50+16+117=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #321075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321075 is #CDEF8A. Grayscale: #252525. Windows color (decimal): -13496203 or 7671858. OLE color: 7671858.

HSL color Cylindrical-coordinate representation of color #321075: hue angle of 260.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321075 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 16 117 -
CMYK 0.57 0.86 0 0.54
HSL 260.2º 0.76% 0.26% -
HSV(B) 260.2º 0.86% 0.46% -
XYZ 4.71 2.33 17.03 -
YUV 37.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 50 16 117 0.57 0.86 0 0.54 260.2 0.76 0.26
Hex 32 10 75 39 56 0 36 104 4C 1A
Octal 62 20 165 71 126 0 66 404 114 32
Binary 110010 10000 1110101 111001 1010110 0 110110 100000100 1001100 11010

Color Harmonies of #321075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321075

Black with #321075

Text Example


Text Example

White with #321075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321075; }

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

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

background-color css

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

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

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

border-color css

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

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

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