Html Css Color HEX #330686 Persian Indigo

📋 copy color: '#330686'

red 51 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #330686

Tints of Persian Indigo #330686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

 BLUE value IS 134 (52.73% from 255) = 70.16%

R = 26.7%
G = 3.14%
B = 70.16%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330686 (or 0x330686) is known color: Persian Indigo. HEX triplet: 33, 06 and 86. RGB value is (51,6,134). Sum of RGB (Red+Green+Blue) = 51+6+134=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #330686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330686 is #CCF979. Grayscale: #212121. Windows color (decimal): -13433210 or 8783411. OLE color: 8783411.

HSL color Cylindrical-coordinate representation of color #330686: hue angle of 261.09º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330686 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 6 134 -
CMYK 0.62 0.96 0 0.47
HSL 261.09º 0.91% 0.27% -
HSV(B) 261.09º 0.96% 0.53% -
XYZ 5.73 2.56 22.75 -
YUV 34.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 51 6 134 0.62 0.96 0 0.47 261.09 0.91 0.27
Hex 33 6 86 3E 60 0 2F 105 5B 1B
Octal 63 6 206 76 140 0 57 405 133 33
Binary 110011 110 10000110 111110 1100000 0 101111 100000101 1011011 11011

Color Harmonies of #330686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330686

Black with #330686

Text Example


Text Example

White with #330686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330686; }

 p { color: rgb(51,6,134); }

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

background-color css

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

 a { background-color: rgb(51,6,134); }

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

border-color css

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

 span { border-color: rgb(51,6,134); }

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