Html Css Color HEX #331069 Persian Indigo

📋 copy color: '#331069'

red 51 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #331069

Tints of Persian Indigo #331069

RGB

 RED value IS 51 (20.31% from 255) = 29.65%

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 29.65%
G = 9.3%
B = 61.05%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#331069 (or 0x331069) is known color: Persian Indigo. HEX triplet: 33, 10 and 69. RGB value is (51,16,105). Sum of RGB (Red+Green+Blue) = 51+16+105=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #331069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331069 is #CCEF96. Grayscale: #242424. Windows color (decimal): -13430679 or 6885427. OLE color: 6885427.

HSL color Cylindrical-coordinate representation of color #331069: hue angle of 263.6º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331069 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 16 105 -
CMYK 0.51 0.85 0 0.59
HSL 263.6º 0.74% 0.24% -
HSV(B) 263.6º 0.85% 0.41% -
XYZ 4.1 2.09 13.55 -
YUV 36.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 51 16 105 0.51 0.85 0 0.59 263.6 0.74 0.24
Hex 33 10 69 33 55 0 3B 108 4A 18
Octal 63 20 151 63 125 0 73 410 112 30
Binary 110011 10000 1101001 110011 1010101 0 111011 100001000 1001010 11000

Color Harmonies of #331069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331069

Black with #331069

Text Example


Text Example

White with #331069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331069; }

 p { color: rgb(51,16,105); }

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

background-color css

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

 a { background-color: rgb(51,16,105); }

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

border-color css

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

 span { border-color: rgb(51,16,105); }

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