Html Css Color HEX #32078A Persian Indigo

📋 copy color: '#32078A'

red 50 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #32078A

Tints of Persian Indigo #32078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 25.64%
G = 3.59%
B = 70.77%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32078A (or 0x32078A) is known color: Persian Indigo. HEX triplet: 32, 07 and 8A. RGB value is (50,7,138). Sum of RGB (Red+Green+Blue) = 50+7+138=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #32078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32078A is #CDF875. Grayscale: #222222. Windows color (decimal): -13498486 or 9045810. OLE color: 9045810.

HSL color Cylindrical-coordinate representation of color #32078A: hue angle of 259.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32078A is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 7 138 -
CMYK 0.64 0.95 0 0.46
HSL 259.69º 0.9% 0.28% -
HSV(B) 259.69º 0.95% 0.54% -
XYZ 5.98 2.67 24.24 -
YUV 34.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 50 7 138 0.64 0.95 0 0.46 259.69 0.9 0.28
Hex 32 7 8A 40 5F 0 2E 104 5A 1C
Octal 62 7 212 100 137 0 56 404 132 34
Binary 110010 111 10001010 1000000 1011111 0 101110 100000100 1011010 11100

Color Harmonies of #32078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32078A

Black with #32078A

Text Example


Text Example

White with #32078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32078A; }

 p { color: rgb(50,7,138); }

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

background-color css

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

 a { background-color: rgb(50,7,138); }

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

border-color css

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

 span { border-color: rgb(50,7,138); }

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