Html Css Color HEX #320268 Persian Indigo

📋 copy color: '#320268'

red 50 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #320268

Tints of Persian Indigo #320268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.67%

R = 32.05%
G = 1.28%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320268 (or 0x320268) is known color: Persian Indigo. HEX triplet: 32, 02 and 68. RGB value is (50,2,104). Sum of RGB (Red+Green+Blue) = 50+2+104=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #320268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320268 is #CDFD97. Grayscale: #1B1B1B. Windows color (decimal): -13499800 or 6816306. OLE color: 6816306.

HSL color Cylindrical-coordinate representation of color #320268: hue angle of 268.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320268 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 2 104 -
CMYK 0.52 0.98 0 0.59
HSL 268.24º 0.96% 0.21% -
HSV(B) 268.24º 0.98% 0.41% -
XYZ 3.84 1.72 13.23 -
YUV 27.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 50 2 104 0.52 0.98 0 0.59 268.24 0.96 0.21
Hex 32 2 68 34 62 0 3B 10C 60 15
Octal 62 2 150 64 142 0 73 414 140 25
Binary 110010 10 1101000 110100 1100010 0 111011 100001100 1100000 10101

Color Harmonies of #320268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320268

Black with #320268

Text Example


Text Example

White with #320268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320268; }

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

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

background-color css

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

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

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

border-color css

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

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

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