Html Css Color HEX #320062 Persian Indigo

📋 copy color: '#320062'

red 50 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #320062

Tints of Persian Indigo #320062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 33.78%
G = 0%
B = 66.22%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#320062 (or 0x320062) is known color: Persian Indigo. HEX triplet: 32, 00 and 62. RGB value is (50,0,98). Sum of RGB (Red+Green+Blue) = 50+0+98=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #320062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320062 is #CDFF9D. Grayscale: #191919. Windows color (decimal): -13500318 or 6422578. OLE color: 6422578.

HSL color Cylindrical-coordinate representation of color #320062: hue angle of 270.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320062 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 0 98 -
CMYK 0.49 1 0 0.62
HSL 270.61º 1% 0.19% -
HSV(B) 270.61º 1% 0.38% -
XYZ 3.52 1.56 11.67 -
YUV 26.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 50 0 98 0.49 1 0 0.62 270.61 1 0.19
Hex 32 0 62 31 64 0 3E 10F 64 13
Octal 62 0 142 61 144 0 76 417 144 23
Binary 110010 0 1100010 110001 1100100 0 111110 100001111 1100100 10011

Color Harmonies of #320062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320062

Black with #320062

Text Example


Text Example

White with #320062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320062; }

 p { color: rgb(50,0,98); }

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

background-color css

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

 a { background-color: rgb(50,0,98); }

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

border-color css

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

 span { border-color: rgb(50,0,98); }

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