Html Css Color HEX #320465 Persian Indigo

📋 copy color: '#320465'

red 50 ◦ green 4 ◦ blue 101

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

Shades of Persian Indigo #320465

Tints of Persian Indigo #320465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 101 (39.84% from 255) = 65.16%

R = 32.26%
G = 2.58%
B = 65.16%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#320465 (or 0x320465) is known color: Persian Indigo. HEX triplet: 32, 04 and 65. RGB value is (50,4,101). Sum of RGB (Red+Green+Blue) = 50+4+101=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #320465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320465 is #CDFB9A. Grayscale: #1C1C1C. Windows color (decimal): -13499291 or 6620210. OLE color: 6620210.

HSL color Cylindrical-coordinate representation of color #320465: hue angle of 268.45º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320465 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 4 101 -
CMYK 0.50 0.96 0 0.60
HSL 268.45º 0.92% 0.21% -
HSV(B) 268.45º 0.96% 0.4% -
XYZ 3.71 1.7 12.45 -
YUV 28.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 50 4 101 0.50 0.96 0 0.60 268.45 0.92 0.21
Hex 32 4 65 32 60 0 3C 10C 5C 15
Octal 62 4 145 62 140 0 74 414 134 25
Binary 110010 100 1100101 110010 1100000 0 111100 100001100 1011100 10101

Color Harmonies of #320465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320465

Black with #320465

Text Example


Text Example

White with #320465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320465; }

 p { color: rgb(50,4,101); }

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

background-color css

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

 a { background-color: rgb(50,4,101); }

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

border-color css

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

 span { border-color: rgb(50,4,101); }

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