Html Css Color HEX #330798 Persian Indigo

📋 copy color: '#330798'

red 51 ◦ green 7 ◦ blue 152

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

Shades of Persian Indigo #330798

Tints of Persian Indigo #330798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 24.29%
G = 3.33%
B = 72.38%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330798 (or 0x330798) is known color: Persian Indigo. HEX triplet: 33, 07 and 98. RGB value is (51,7,152). Sum of RGB (Red+Green+Blue) = 51+7+152=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #330798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330798 is #CCF867. Grayscale: #242424. Windows color (decimal): -13432936 or 9963315. OLE color: 9963315.

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

Color convert

RGB 51 7 152 -
CMYK 0.66 0.95 0 0.40
HSL 258.21º 0.91% 0.31% -
HSV(B) 258.21º 0.95% 0.6% -
XYZ 7.11 3.12 29.93 -
YUV 36.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 51 7 152 0.66 0.95 0 0.40 258.21 0.91 0.31
Hex 33 7 98 42 5F 0 28 102 5B 1F
Octal 63 7 230 102 137 0 50 402 133 37
Binary 110011 111 10011000 1000010 1011111 0 101000 100000010 1011011 11111

Color Harmonies of #330798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330798

Black with #330798

Text Example


Text Example

White with #330798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330798; }

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

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

background-color css

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

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

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

border-color css

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

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

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