Html Css Color HEX #330768 Persian Indigo

📋 copy color: '#330768'

red 51 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #330768

Tints of Persian Indigo #330768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 31.48%
G = 4.32%
B = 64.2%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330768 (or 0x330768) is known color: Persian Indigo. HEX triplet: 33, 07 and 68. RGB value is (51,7,104). Sum of RGB (Red+Green+Blue) = 51+7+104=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #330768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330768 is #CCF897. Grayscale: #1E1E1E. Windows color (decimal): -13432984 or 6817587. OLE color: 6817587.

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

Color convert

RGB 51 7 104 -
CMYK 0.51 0.93 0 0.59
HSL 267.22º 0.87% 0.22% -
HSV(B) 267.22º 0.93% 0.41% -
XYZ 3.94 1.86 13.25 -
YUV 31.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 51 7 104 0.51 0.93 0 0.59 267.22 0.87 0.22
Hex 33 7 68 33 5D 0 3B 10B 57 16
Octal 63 7 150 63 135 0 73 413 127 26
Binary 110011 111 1101000 110011 1011101 0 111011 100001011 1010111 10110

Color Harmonies of #330768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330768

Black with #330768

Text Example


Text Example

White with #330768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330768; }

 p { color: rgb(51,7,104); }

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

background-color css

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

 a { background-color: rgb(51,7,104); }

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

border-color css

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

 span { border-color: rgb(51,7,104); }

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