Html Css Color HEX #330887 Persian Indigo

📋 copy color: '#330887'

red 51 ◦ green 8 ◦ blue 135

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

Shades of Persian Indigo #330887

Tints of Persian Indigo #330887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 69.59%

R = 26.29%
G = 4.12%
B = 69.59%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330887 (or 0x330887) is known color: Persian Indigo. HEX triplet: 33, 08 and 87. RGB value is (51,8,135). Sum of RGB (Red+Green+Blue) = 51+8+135=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #330887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330887 is #CCF778. Grayscale: #222222. Windows color (decimal): -13432697 or 8849459. OLE color: 8849459.

HSL color Cylindrical-coordinate representation of color #330887: hue angle of 260.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330887 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 8 135 -
CMYK 0.62 0.94 0 0.47
HSL 260.31º 0.89% 0.28% -
HSV(B) 260.31º 0.94% 0.53% -
XYZ 5.83 2.63 23.12 -
YUV 35.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 51 8 135 0.62 0.94 0 0.47 260.31 0.89 0.28
Hex 33 8 87 3E 5E 0 2F 104 59 1C
Octal 63 10 207 76 136 0 57 404 131 34
Binary 110011 1000 10000111 111110 1011110 0 101111 100000100 1011001 11100

Color Harmonies of #330887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330887

Black with #330887

Text Example


Text Example

White with #330887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330887; }

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

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

background-color css

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

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

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

border-color css

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

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

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