Html Css Color HEX #330162 Persian Indigo

📋 copy color: '#330162'

red 51 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #330162

Tints of Persian Indigo #330162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 98 (38.67% from 255) = 65.33%

R = 34%
G = 0.67%
B = 65.33%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330162 (or 0x330162) is known color: Persian Indigo. HEX triplet: 33, 01 and 62. RGB value is (51,1,98). Sum of RGB (Red+Green+Blue) = 51+1+98=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #330162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330162 is #CCFE9D. Grayscale: #1A1A1A. Windows color (decimal): -13434526 or 6422835. OLE color: 6422835.

HSL color Cylindrical-coordinate representation of color #330162: hue angle of 270.93º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330162 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 1 98 -
CMYK 0.48 0.99 0 0.62
HSL 270.93º 0.98% 0.19% -
HSV(B) 270.93º 0.99% 0.38% -
XYZ 3.58 1.61 11.68 -
YUV 27.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 51 1 98 0.48 0.99 0 0.62 270.93 0.98 0.19
Hex 33 1 62 30 63 0 3E 10F 62 13
Octal 63 1 142 60 143 0 76 417 142 23
Binary 110011 1 1100010 110000 1100011 0 111110 100001111 1100010 10011

Color Harmonies of #330162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330162

Black with #330162

Text Example


Text Example

White with #330162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330162; }

 p { color: rgb(51,1,98); }

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

background-color css

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

 a { background-color: rgb(51,1,98); }

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

border-color css

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

 span { border-color: rgb(51,1,98); }

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