Html Css Color HEX #330869 Persian Indigo

📋 copy color: '#330869'

red 51 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #330869

Tints of Persian Indigo #330869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 31.1%
G = 4.88%
B = 64.02%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330869 (or 0x330869) is known color: Persian Indigo. HEX triplet: 33, 08 and 69. RGB value is (51,8,105). Sum of RGB (Red+Green+Blue) = 51+8+105=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #330869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330869 is #CCF796. Grayscale: #1F1F1F. Windows color (decimal): -13432727 or 6883379. OLE color: 6883379.

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

Color convert

RGB 51 8 105 -
CMYK 0.51 0.92 0 0.59
HSL 266.6º 0.86% 0.22% -
HSV(B) 266.6º 0.92% 0.41% -
XYZ 4 1.9 13.52 -
YUV 31.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 51 8 105 0.51 0.92 0 0.59 266.6 0.86 0.22
Hex 33 8 69 33 5C 0 3B 10B 56 16
Octal 63 10 151 63 134 0 73 413 126 26
Binary 110011 1000 1101001 110011 1011100 0 111011 100001011 1010110 10110

Color Harmonies of #330869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330869

Black with #330869

Text Example


Text Example

White with #330869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330869; }

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

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

background-color css

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

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

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

border-color css

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

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

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