Html Css Color HEX #330466 Persian Indigo

📋 copy color: '#330466'

red 51 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #330466

Tints of Persian Indigo #330466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 102 (40.23% from 255) = 64.97%

R = 32.48%
G = 2.55%
B = 64.97%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#330466 (or 0x330466) is known color: Persian Indigo. HEX triplet: 33, 04 and 66. RGB value is (51,4,102). Sum of RGB (Red+Green+Blue) = 51+4+102=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #330466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330466 is #CCFB99. Grayscale: #1C1C1C. Windows color (decimal): -13433754 or 6685747. OLE color: 6685747.

HSL color Cylindrical-coordinate representation of color #330466: hue angle of 268.78º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330466 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 4 102 -
CMYK 0.5 0.96 0 0.6
HSL 268.78º 0.92% 0.21% -
HSV(B) 268.78º 0.96% 0.4% -
XYZ 3.81 1.75 12.71 -
YUV 29.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 51 4 102 0.5 0.96 0 0.6 268.78 0.92 0.21
Hex 33 4 66 32 60 0 3C 10D 5C 15
Octal 63 4 146 62 140 0 74 415 134 25
Binary 110011 100 1100110 110010 1100000 0 111100 100001101 1011100 10101

Color Harmonies of #330466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330466

Black with #330466

Text Example


Text Example

White with #330466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330466; }

 p { color: rgb(51,4,102); }

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

background-color css

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

 a { background-color: rgb(51,4,102); }

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

border-color css

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

 span { border-color: rgb(51,4,102); }

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