Html Css Color HEX #330868 Persian Indigo

📋 copy color: '#330868'

red 51 ◦ green 8 ◦ blue 104

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

Shades of Persian Indigo #330868

Tints of Persian Indigo #330868

RGB

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

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

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

R = 31.29%
G = 4.91%
B = 63.8%

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

#330868 (or 0x330868) is known color: Persian Indigo. HEX triplet: 33, 08 and 68. RGB value is (51,8,104). Sum of RGB (Red+Green+Blue) = 51+8+104=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #330868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330868 is #CCF797. Grayscale: #1F1F1F. Windows color (decimal): -13432728 or 6817843. OLE color: 6817843.

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

Color convert

RGB 51 8 104 -
CMYK 0.51 0.92 0 0.59
HSL 266.88º 0.86% 0.22% -
HSV(B) 266.88º 0.92% 0.41% -
XYZ 3.95 1.88 13.25 -
YUV 31.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 51 8 104 0.51 0.92 0 0.59 266.88 0.86 0.22
Hex 33 8 68 33 5C 0 3B 10B 56 16
Octal 63 10 150 63 134 0 73 413 126 26
Binary 110011 1000 1101000 110011 1011100 0 111011 100001011 1010110 10110

Color Harmonies of #330868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330868

Black with #330868

Text Example


Text Example

White with #330868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330868; }

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

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

background-color css

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

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

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

border-color css

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

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

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