Html Css Color HEX #330895 Persian Indigo

📋 copy color: '#330895'

red 51 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #330895

Tints of Persian Indigo #330895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 24.52%
G = 3.85%
B = 71.63%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330895 (or 0x330895) is known color: Persian Indigo. HEX triplet: 33, 08 and 95. RGB value is (51,8,149). Sum of RGB (Red+Green+Blue) = 51+8+149=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #330895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330895 is #CCF76A. Grayscale: #242424. Windows color (decimal): -13432683 or 9766963. OLE color: 9766963.

HSL color Cylindrical-coordinate representation of color #330895: hue angle of 258.3º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330895 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 8 149 -
CMYK 0.66 0.95 0 0.42
HSL 258.3º 0.9% 0.31% -
HSV(B) 258.3º 0.95% 0.58% -
XYZ 6.88 3.05 28.66 -
YUV 36.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 51 8 149 0.66 0.95 0 0.42 258.3 0.9 0.31
Hex 33 8 95 42 5F 0 2A 102 5A 1F
Octal 63 10 225 102 137 0 52 402 132 37
Binary 110011 1000 10010101 1000010 1011111 0 101010 100000010 1011010 11111

Color Harmonies of #330895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330895

Black with #330895

Text Example


Text Example

White with #330895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330895; }

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

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

background-color css

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

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

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

border-color css

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

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

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