Html Css Color HEX #330769 Persian Indigo

📋 copy color: '#330769'

red 51 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #330769

Tints of Persian Indigo #330769

RGB

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

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

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

R = 31.29%
G = 4.29%
B = 64.42%

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

#330769 (or 0x330769) is known color: Persian Indigo. HEX triplet: 33, 07 and 69. RGB value is (51,7,105). Sum of RGB (Red+Green+Blue) = 51+7+105=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #330769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330769 is #CCF896. Grayscale: #1E1E1E. Windows color (decimal): -13432983 or 6883123. OLE color: 6883123.

HSL color Cylindrical-coordinate representation of color #330769: hue angle of 266.94º degrees, saturation: 0.88, 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 #330769 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 7 105 -
CMYK 0.51 0.93 0 0.59
HSL 266.94º 0.88% 0.22% -
HSV(B) 266.94º 0.93% 0.41% -
XYZ 3.99 1.88 13.52 -
YUV 31.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 51 7 105 0.51 0.93 0 0.59 266.94 0.88 0.22
Hex 33 7 69 33 5D 0 3B 10B 58 16
Octal 63 7 151 63 135 0 73 413 130 26
Binary 110011 111 1101001 110011 1011101 0 111011 100001011 1011000 10110

Color Harmonies of #330769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330769

Black with #330769

Text Example


Text Example

White with #330769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330769; }

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

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

background-color css

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

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

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

border-color css

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

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

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