Html Css Color HEX #320466 Persian Indigo

📋 copy color: '#320466'

red 50 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #320466

Tints of Persian Indigo #320466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.38%

R = 32.05%
G = 2.56%
B = 65.38%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#320466 (or 0x320466) is known color: Persian Indigo. HEX triplet: 32, 04 and 66. RGB value is (50,4,102). Sum of RGB (Red+Green+Blue) = 50+4+102=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #320466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320466 is #CDFB99. Grayscale: #1C1C1C. Windows color (decimal): -13499290 or 6685746. OLE color: 6685746.

HSL color Cylindrical-coordinate representation of color #320466: hue angle of 268.16º 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 #320466 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 4 102 -
CMYK 0.51 0.96 0 0.6
HSL 268.16º 0.92% 0.21% -
HSV(B) 268.16º 0.96% 0.4% -
XYZ 3.76 1.72 12.71 -
YUV 28.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 50 4 102 0.51 0.96 0 0.6 268.16 0.92 0.21
Hex 32 4 66 33 60 0 3C 10C 5C 15
Octal 62 4 146 63 140 0 74 414 134 25
Binary 110010 100 1100110 110011 1100000 0 111100 100001100 1011100 10101

Color Harmonies of #320466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320466

Black with #320466

Text Example


Text Example

White with #320466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320466; }

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

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

background-color css

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

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

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

border-color css

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

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

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