Html Css Color HEX #330598 Persian Indigo

📋 copy color: '#330598'

red 51 ◦ green 5 ◦ blue 152

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

Shades of Persian Indigo #330598

Tints of Persian Indigo #330598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.08%

R = 24.52%
G = 2.4%
B = 73.08%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330598 (or 0x330598) is known color: Persian Indigo. HEX triplet: 33, 05 and 98. RGB value is (51,5,152). Sum of RGB (Red+Green+Blue) = 51+5+152=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #330598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330598 is #CCFA67. Grayscale: #222222. Windows color (decimal): -13433448 or 9962803. OLE color: 9962803.

HSL color Cylindrical-coordinate representation of color #330598: hue angle of 258.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330598 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 5 152 -
CMYK 0.66 0.97 0 0.40
HSL 258.78º 0.94% 0.31% -
HSV(B) 258.78º 0.97% 0.6% -
XYZ 7.09 3.08 29.93 -
YUV 35.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 51 5 152 0.66 0.97 0 0.40 258.78 0.94 0.31
Hex 33 5 98 42 61 0 28 103 5E 1F
Octal 63 5 230 102 141 0 50 403 136 37
Binary 110011 101 10011000 1000010 1100001 0 101000 100000011 1011110 11111

Color Harmonies of #330598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330598

Black with #330598

Text Example


Text Example

White with #330598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330598; }

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

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

background-color css

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

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

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

border-color css

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

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

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