Html Css Color HEX #320A8C Persian Indigo

📋 copy color: '#320A8C'

red 50 ◦ green 10 ◦ blue 140

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

Shades of Persian Indigo #320A8C

Tints of Persian Indigo #320A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

 BLUE value IS 140 (55.08% from 255) = 70%

R = 25%
G = 5%
B = 70%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#320A8C (or 0x320A8C) is known color: Persian Indigo. HEX triplet: 32, 0A and 8C. RGB value is (50,10,140). Sum of RGB (Red+Green+Blue) = 50+10+140=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #320A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320A8C is #CDF573. Grayscale: #242424. Windows color (decimal): -13497716 or 9177650. OLE color: 9177650.

HSL color Cylindrical-coordinate representation of color #320A8C: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320A8C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 10 140 -
CMYK 0.64 0.93 0 0.45
HSL 258.46º 0.87% 0.29% -
HSV(B) 258.46º 0.93% 0.55% -
XYZ 6.16 2.79 25.02 -
YUV 36.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 50 10 140 0.64 0.93 0 0.45 258.46 0.87 0.29
Hex 32 A 8C 40 5D 0 2D 102 57 1D
Octal 62 12 214 100 135 0 55 402 127 35
Binary 110010 1010 10001100 1000000 1011101 0 101101 100000010 1010111 11101

Color Harmonies of #320A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320A8C

Black with #320A8C

Text Example


Text Example

White with #320A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320A8C; }

 p { color: rgb(50,10,140); }

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

background-color css

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

 a { background-color: rgb(50,10,140); }

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

border-color css

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

 span { border-color: rgb(50,10,140); }

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