Html Css Color HEX #330592 Persian Indigo

📋 copy color: '#330592'

red 51 ◦ green 5 ◦ blue 146

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

Shades of Persian Indigo #330592

Tints of Persian Indigo #330592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 25.25%
G = 2.48%
B = 72.28%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330592 (or 0x330592) is known color: Persian Indigo. HEX triplet: 33, 05 and 92. RGB value is (51,5,146). Sum of RGB (Red+Green+Blue) = 51+5+146=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #330592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330592 is #CCFA6D. Grayscale: #222222. Windows color (decimal): -13433454 or 9569587. OLE color: 9569587.

HSL color Cylindrical-coordinate representation of color #330592: hue angle of 259.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330592 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 5 146 -
CMYK 0.65 0.97 0 0.43
HSL 259.57º 0.93% 0.3% -
HSV(B) 259.57º 0.97% 0.57% -
XYZ 6.61 2.89 27.4 -
YUV 34.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 51 5 146 0.65 0.97 0 0.43 259.57 0.93 0.3
Hex 33 5 92 41 61 0 2B 104 5D 1E
Octal 63 5 222 101 141 0 53 404 135 36
Binary 110011 101 10010010 1000001 1100001 0 101011 100000100 1011101 11110

Color Harmonies of #330592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330592

Black with #330592

Text Example


Text Example

White with #330592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330592; }

 p { color: rgb(51,5,146); }

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

background-color css

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

 a { background-color: rgb(51,5,146); }

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

border-color css

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

 span { border-color: rgb(51,5,146); }

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