Html Css Color HEX #330885 Persian Indigo

📋 copy color: '#330885'

red 51 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #330885

Tints of Persian Indigo #330885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.27%

R = 26.56%
G = 4.17%
B = 69.27%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330885 (or 0x330885) is known color: Persian Indigo. HEX triplet: 33, 08 and 85. RGB value is (51,8,133). Sum of RGB (Red+Green+Blue) = 51+8+133=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #330885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330885 is #CCF77A. Grayscale: #222222. Windows color (decimal): -13432699 or 8718387. OLE color: 8718387.

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

Color convert

RGB 51 8 133 -
CMYK 0.62 0.94 0 0.48
HSL 260.64º 0.89% 0.28% -
HSV(B) 260.64º 0.94% 0.52% -
XYZ 5.69 2.57 22.39 -
YUV 35.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 51 8 133 0.62 0.94 0 0.48 260.64 0.89 0.28
Hex 33 8 85 3E 5E 0 30 105 59 1C
Octal 63 10 205 76 136 0 60 405 131 34
Binary 110011 1000 10000101 111110 1011110 0 110000 100000101 1011001 11100

Color Harmonies of #330885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330885

Black with #330885

Text Example


Text Example

White with #330885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330885; }

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

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

background-color css

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

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

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

border-color css

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

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

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