Html Css Color HEX #330388 Persian Indigo

📋 copy color: '#330388'

red 51 ◦ green 3 ◦ blue 136

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

Shades of Persian Indigo #330388

Tints of Persian Indigo #330388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 26.84%
G = 1.58%
B = 71.58%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330388 (or 0x330388) is known color: Persian Indigo. HEX triplet: 33, 03 and 88. RGB value is (51,3,136). Sum of RGB (Red+Green+Blue) = 51+3+136=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #330388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330388 is #CCFC77. Grayscale: #202020. Windows color (decimal): -13433976 or 8913715. OLE color: 8913715.

HSL color Cylindrical-coordinate representation of color #330388: hue angle of 261.65º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330388 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 3 136 -
CMYK 0.62 0.98 0 0.47
HSL 261.65º 0.96% 0.27% -
HSV(B) 261.65º 0.98% 0.53% -
XYZ 5.84 2.55 23.48 -
YUV 32.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 51 3 136 0.62 0.98 0 0.47 261.65 0.96 0.27
Hex 33 3 88 3E 62 0 2F 106 60 1B
Octal 63 3 210 76 142 0 57 406 140 33
Binary 110011 11 10001000 111110 1100010 0 101111 100000110 1100000 11011

Color Harmonies of #330388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330388

Black with #330388

Text Example


Text Example

White with #330388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330388; }

 p { color: rgb(51,3,136); }

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

background-color css

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

 a { background-color: rgb(51,3,136); }

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

border-color css

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

 span { border-color: rgb(51,3,136); }

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