Html Css Color HEX #330395 Persian Indigo

📋 copy color: '#330395'

red 51 ◦ green 3 ◦ blue 149

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

Shades of Persian Indigo #330395

Tints of Persian Indigo #330395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 25.12%
G = 1.48%
B = 73.4%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330395 (or 0x330395) is known color: Persian Indigo. HEX triplet: 33, 03 and 95. RGB value is (51,3,149). Sum of RGB (Red+Green+Blue) = 51+3+149=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #330395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330395 is #CCFC6A. Grayscale: #212121. Windows color (decimal): -13433963 or 9765683. OLE color: 9765683.

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

Color convert

RGB 51 3 149 -
CMYK 0.66 0.98 0 0.42
HSL 259.73º 0.96% 0.3% -
HSV(B) 259.73º 0.98% 0.58% -
XYZ 6.82 2.94 28.64 -
YUV 34 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 51 3 149 0.66 0.98 0 0.42 259.73 0.96 0.3
Hex 33 3 95 42 62 0 2A 104 60 1E
Octal 63 3 225 102 142 0 52 404 140 36
Binary 110011 11 10010101 1000010 1100010 0 101010 100000100 1100000 11110

Color Harmonies of #330395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330395

Black with #330395

Text Example


Text Example

White with #330395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330395; }

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

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

background-color css

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

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

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

border-color css

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

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

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