Html Css Color HEX #330098 Persian Indigo

📋 copy color: '#330098'

red 51 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #330098

Tints of Persian Indigo #330098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.12%
G = 0%
B = 74.88%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330098 (or 0x330098) is known color: Persian Indigo. HEX triplet: 33, 00 and 98. RGB value is (51,0,152). Sum of RGB (Red+Green+Blue) = 51+0+152=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #330098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330098 is #CCFF67. Grayscale: #202020. Windows color (decimal): -13434728 or 9961523. OLE color: 9961523.

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

Color convert

RGB 51 0 152 -
CMYK 0.66 1 0 0.40
HSL 260.13º 1% 0.3% -
HSV(B) 260.13º 1% 0.6% -
XYZ 7.03 2.97 29.91 -
YUV 32.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 51 0 152 0.66 1 0 0.40 260.13 1 0.3
Hex 33 0 98 42 64 0 28 104 64 1E
Octal 63 0 230 102 144 0 50 404 144 36
Binary 110011 0 10011000 1000010 1100100 0 101000 100000100 1100100 11110

Color Harmonies of #330098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330098

Black with #330098

Text Example


Text Example

White with #330098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330098; }

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

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

background-color css

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

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

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

border-color css

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

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

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