Html Css Color HEX #320275 Persian Indigo

📋 copy color: '#320275'

red 50 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #320275

Tints of Persian Indigo #320275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 29.59%
G = 1.18%
B = 69.23%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320275 (or 0x320275) is known color: Persian Indigo. HEX triplet: 32, 02 and 75. RGB value is (50,2,117). Sum of RGB (Red+Green+Blue) = 50+2+117=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #320275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320275 is #CDFD8A. Grayscale: #1D1D1D. Windows color (decimal): -13499787 or 7668274. OLE color: 7668274.

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

Color convert

RGB 50 2 117 -
CMYK 0.57 0.98 0 0.54
HSL 265.04º 0.97% 0.23% -
HSV(B) 265.04º 0.98% 0.46% -
XYZ 4.55 2.01 16.98 -
YUV 29.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 50 2 117 0.57 0.98 0 0.54 265.04 0.97 0.23
Hex 32 2 75 39 62 0 36 109 61 17
Octal 62 2 165 71 142 0 66 411 141 27
Binary 110010 10 1110101 111001 1100010 0 110110 100001001 1100001 10111

Color Harmonies of #320275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320275

Black with #320275

Text Example


Text Example

White with #320275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320275; }

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

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

background-color css

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

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

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

border-color css

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

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

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