Html Css Color HEX #330B91 Persian Indigo

📋 copy color: '#330B91'

red 51 ◦ green 11 ◦ blue 145

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

Shades of Persian Indigo #330B91

Tints of Persian Indigo #330B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 24.64%
G = 5.31%
B = 70.05%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330B91 (or 0x330B91) is known color: Persian Indigo. HEX triplet: 33, 0B and 91. RGB value is (51,11,145). Sum of RGB (Red+Green+Blue) = 51+11+145=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #330B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330B91 is #CCF46E. Grayscale: #252525. Windows color (decimal): -13431919 or 9505587. OLE color: 9505587.

HSL color Cylindrical-coordinate representation of color #330B91: hue angle of 257.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330B91 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 11 145 -
CMYK 0.65 0.92 0 0.43
HSL 257.91º 0.86% 0.31% -
HSV(B) 257.91º 0.92% 0.57% -
XYZ 6.6 2.99 27.02 -
YUV 38.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 51 11 145 0.65 0.92 0 0.43 257.91 0.86 0.31
Hex 33 B 91 41 5C 0 2B 102 56 1F
Octal 63 13 221 101 134 0 53 402 126 37
Binary 110011 1011 10010001 1000001 1011100 0 101011 100000010 1010110 11111

Color Harmonies of #330B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B91

Black with #330B91

Text Example


Text Example

White with #330B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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