Html Css Color HEX #330495 Persian Indigo

📋 copy color: '#330495'

red 51 ◦ green 4 ◦ blue 149

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

Shades of Persian Indigo #330495

Tints of Persian Indigo #330495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 25%
G = 1.96%
B = 73.04%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330495 (or 0x330495) is known color: Persian Indigo. HEX triplet: 33, 04 and 95. RGB value is (51,4,149). Sum of RGB (Red+Green+Blue) = 51+4+149=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #330495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330495 is #CCFB6A. Grayscale: #222222. Windows color (decimal): -13433707 or 9765939. OLE color: 9765939.

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

Color convert

RGB 51 4 149 -
CMYK 0.66 0.97 0 0.42
HSL 259.45º 0.95% 0.3% -
HSV(B) 259.45º 0.97% 0.58% -
XYZ 6.83 2.96 28.65 -
YUV 34.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 51 4 149 0.66 0.97 0 0.42 259.45 0.95 0.3
Hex 33 4 95 42 61 0 2A 103 5F 1E
Octal 63 4 225 102 141 0 52 403 137 36
Binary 110011 100 10010101 1000010 1100001 0 101010 100000011 1011111 11110

Color Harmonies of #330495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330495

Black with #330495

Text Example


Text Example

White with #330495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330495; }

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

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

background-color css

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

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

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

border-color css

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

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

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