Html Css Color HEX #320F6E Persian Indigo

📋 copy color: '#320F6E'

red 50 ◦ green 15 ◦ blue 110

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

Shades of Persian Indigo #320F6E

Tints of Persian Indigo #320F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.57%

 BLUE value IS 110 (43.36% from 255) = 62.86%

R = 28.57%
G = 8.57%
B = 62.86%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#320F6E (or 0x320F6E) is known color: Persian Indigo. HEX triplet: 32, 0F and 6E. RGB value is (50,15,110). Sum of RGB (Red+Green+Blue) = 50+15+110=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #320F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F6E is #CDF091. Grayscale: #232323. Windows color (decimal): -13496466 or 7212850. OLE color: 7212850.

HSL color Cylindrical-coordinate representation of color #320F6E: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320F6E is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 15 110 -
CMYK 0.55 0.86 0 0.57
HSL 262.11º 0.76% 0.25% -
HSV(B) 262.11º 0.86% 0.43% -
XYZ 4.3 2.15 14.94 -
YUV 36.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 50 15 110 0.55 0.86 0 0.57 262.11 0.76 0.25
Hex 32 F 6E 37 56 0 39 106 4C 19
Octal 62 17 156 67 126 0 71 406 114 31
Binary 110010 1111 1101110 110111 1010110 0 111001 100000110 1001100 11001

Color Harmonies of #320F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F6E

Black with #320F6E

Text Example


Text Example

White with #320F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,15,110); }

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

background-color css

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

 a { background-color: rgb(50,15,110); }

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

border-color css

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

 span { border-color: rgb(50,15,110); }

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