Html Css Color HEX #320273 Persian Indigo

📋 copy color: '#320273'

red 50 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #320273

Tints of Persian Indigo #320273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.86%

R = 29.94%
G = 1.2%
B = 68.86%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320273 (or 0x320273) is known color: Persian Indigo. HEX triplet: 32, 02 and 73. RGB value is (50,2,115). Sum of RGB (Red+Green+Blue) = 50+2+115=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #320273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320273 is #CDFD8C. Grayscale: #1C1C1C. Windows color (decimal): -13499789 or 7537202. OLE color: 7537202.

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

Color convert

RGB 50 2 115 -
CMYK 0.57 0.98 0 0.55
HSL 265.49º 0.97% 0.23% -
HSV(B) 265.49º 0.98% 0.45% -
XYZ 4.43 1.96 16.36 -
YUV 29.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 50 2 115 0.57 0.98 0 0.55 265.49 0.97 0.23
Hex 32 2 73 39 62 0 37 109 61 17
Octal 62 2 163 71 142 0 67 411 141 27
Binary 110010 10 1110011 111001 1100010 0 110111 100001001 1100001 10111

Color Harmonies of #320273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320273

Black with #320273

Text Example


Text Example

White with #320273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320273; }

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

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

background-color css

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

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

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

border-color css

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

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

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