Html Css Color HEX #330B89 Persian Indigo

📋 copy color: '#330B89'

red 51 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #330B89

Tints of Persian Indigo #330B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.53%

 BLUE value IS 137 (53.91% from 255) = 68.84%

R = 25.63%
G = 5.53%
B = 68.84%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#330B89 (or 0x330B89) is known color: Persian Indigo. HEX triplet: 33, 0B and 89. RGB value is (51,11,137). Sum of RGB (Red+Green+Blue) = 51+11+137=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #330B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330B89 is #CCF476. Grayscale: #242424. Windows color (decimal): -13431927 or 8981299. OLE color: 8981299.

HSL color Cylindrical-coordinate representation of color #330B89: hue angle of 259.05º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330B89 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 11 137 -
CMYK 0.63 0.92 0 0.46
HSL 259.05º 0.85% 0.29% -
HSV(B) 259.05º 0.92% 0.54% -
XYZ 6 2.75 23.88 -
YUV 37.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 51 11 137 0.63 0.92 0 0.46 259.05 0.85 0.29
Hex 33 B 89 3F 5C 0 2E 103 55 1D
Octal 63 13 211 77 134 0 56 403 125 35
Binary 110011 1011 10001001 111111 1011100 0 101110 100000011 1010101 11101

Color Harmonies of #330B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B89

Black with #330B89

Text Example


Text Example

White with #330B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B89; }

 p { color: rgb(51,11,137); }

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

background-color css

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

 a { background-color: rgb(51,11,137); }

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

border-color css

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

 span { border-color: rgb(51,11,137); }

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