Html Css Color HEX #330865 Persian Indigo

📋 copy color: '#330865'

red 51 ◦ green 8 ◦ blue 101

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

Shades of Persian Indigo #330865

Tints of Persian Indigo #330865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 31.88%
G = 5%
B = 63.13%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#330865 (or 0x330865) is known color: Persian Indigo. HEX triplet: 33, 08 and 65. RGB value is (51,8,101). Sum of RGB (Red+Green+Blue) = 51+8+101=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #330865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330865 is #CCF79A. Grayscale: #1F1F1F. Windows color (decimal): -13432731 or 6621235. OLE color: 6621235.

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

Color convert

RGB 51 8 101 -
CMYK 0.50 0.92 0 0.60
HSL 267.74º 0.85% 0.21% -
HSV(B) 267.74º 0.92% 0.4% -
XYZ 3.8 1.82 12.46 -
YUV 31.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 51 8 101 0.50 0.92 0 0.60 267.74 0.85 0.21
Hex 33 8 65 32 5C 0 3C 10C 55 15
Octal 63 10 145 62 134 0 74 414 125 25
Binary 110011 1000 1100101 110010 1011100 0 111100 100001100 1010101 10101

Color Harmonies of #330865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330865

Black with #330865

Text Example


Text Example

White with #330865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330865; }

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

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

background-color css

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

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

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

border-color css

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

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

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