Html Css Color HEX #321375 Persian Indigo

📋 copy color: '#321375'

red 50 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #321375

Tints of Persian Indigo #321375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 26.88%
G = 10.22%
B = 62.9%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321375 (or 0x321375) is known color: Persian Indigo. HEX triplet: 32, 13 and 75. RGB value is (50,19,117). Sum of RGB (Red+Green+Blue) = 50+19+117=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 19 (7.81% from 255 or 10.22% 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 #321375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321375 is #CDEC8A. Grayscale: #272727. Windows color (decimal): -13495435 or 7672626. OLE color: 7672626.

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

Color convert

RGB 50 19 117 -
CMYK 0.57 0.84 0 0.54
HSL 258.98º 0.72% 0.27% -
HSV(B) 258.98º 0.84% 0.46% -
XYZ 4.76 2.43 17.05 -
YUV 39.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 50 19 117 0.57 0.84 0 0.54 258.98 0.72 0.27
Hex 32 13 75 39 54 0 36 103 48 1B
Octal 62 23 165 71 124 0 66 403 110 33
Binary 110010 10011 1110101 111001 1010100 0 110110 100000011 1001000 11011

Color Harmonies of #321375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321375

Black with #321375

Text Example


Text Example

White with #321375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321375; }

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

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

background-color css

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

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

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

border-color css

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

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

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