Html Css Color HEX #330698 Persian Indigo

📋 copy color: '#330698'

red 51 ◦ green 6 ◦ blue 152

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

Shades of Persian Indigo #330698

Tints of Persian Indigo #330698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 24.4%
G = 2.87%
B = 72.73%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330698 (or 0x330698) is known color: Persian Indigo. HEX triplet: 33, 06 and 98. RGB value is (51,6,152). Sum of RGB (Red+Green+Blue) = 51+6+152=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #330698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330698 is #CCF967. Grayscale: #232323. Windows color (decimal): -13433192 or 9963059. OLE color: 9963059.

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

Color convert

RGB 51 6 152 -
CMYK 0.66 0.96 0 0.40
HSL 258.49º 0.92% 0.31% -
HSV(B) 258.49º 0.96% 0.6% -
XYZ 7.1 3.1 29.93 -
YUV 36.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 51 6 152 0.66 0.96 0 0.40 258.49 0.92 0.31
Hex 33 6 98 42 60 0 28 102 5C 1F
Octal 63 6 230 102 140 0 50 402 134 37
Binary 110011 110 10011000 1000010 1100000 0 101000 100000010 1011100 11111

Color Harmonies of #330698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330698

Black with #330698

Text Example


Text Example

White with #330698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330698; }

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

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

background-color css

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

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

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

border-color css

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

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

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