Html Css Color HEX #330298 Persian Indigo

📋 copy color: '#330298'

red 51 ◦ green 2 ◦ blue 152

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

Shades of Persian Indigo #330298

Tints of Persian Indigo #330298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 24.88%
G = 0.98%
B = 74.15%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330298 (or 0x330298) is known color: Persian Indigo. HEX triplet: 33, 02 and 98. RGB value is (51,2,152). Sum of RGB (Red+Green+Blue) = 51+2+152=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #330298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330298 is #CCFD67. Grayscale: #212121. Windows color (decimal): -13434216 or 9962035. OLE color: 9962035.

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

Color convert

RGB 51 2 152 -
CMYK 0.66 0.99 0 0.40
HSL 259.6º 0.97% 0.3% -
HSV(B) 259.6º 0.99% 0.6% -
XYZ 7.05 3.01 29.92 -
YUV 33.75 194.73 140.3 -
System Red Green Blue C M Y K H S L
Decimal 51 2 152 0.66 0.99 0 0.40 259.6 0.97 0.3
Hex 33 2 98 42 63 0 28 104 61 1E
Octal 63 2 230 102 143 0 50 404 141 36
Binary 110011 10 10011000 1000010 1100011 0 101000 100000100 1100001 11110

Color Harmonies of #330298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330298

Black with #330298

Text Example


Text Example

White with #330298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330298; }

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

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

background-color css

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

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

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

border-color css

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

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

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