Html Css Color HEX #32076F Persian Indigo

📋 copy color: '#32076F'

red 50 ◦ green 7 ◦ blue 111

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

Shades of Persian Indigo #32076F

Tints of Persian Indigo #32076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 29.76%
G = 4.17%
B = 66.07%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32076F (or 0x32076F) is known color: Persian Indigo. HEX triplet: 32, 07 and 6F. RGB value is (50,7,111). Sum of RGB (Red+Green+Blue) = 50+7+111=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #32076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32076F is #CDF890. Grayscale: #1F1F1F. Windows color (decimal): -13498513 or 7276338. OLE color: 7276338.

HSL color Cylindrical-coordinate representation of color #32076F: hue angle of 264.81º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32076F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 7 111 -
CMYK 0.55 0.94 0 0.56
HSL 264.81º 0.88% 0.23% -
HSV(B) 264.81º 0.94% 0.44% -
XYZ 4.26 1.98 15.2 -
YUV 31.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 50 7 111 0.55 0.94 0 0.56 264.81 0.88 0.23
Hex 32 7 6F 37 5E 0 38 109 58 17
Octal 62 7 157 67 136 0 70 411 130 27
Binary 110010 111 1101111 110111 1011110 0 111000 100001001 1011000 10111

Color Harmonies of #32076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32076F

Black with #32076F

Text Example


Text Example

White with #32076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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