Html Css Color HEX #330A90 Persian Indigo

📋 copy color: '#330A90'

red 51 ◦ green 10 ◦ blue 144

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

Shades of Persian Indigo #330A90

Tints of Persian Indigo #330A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 144 (56.64% from 255) = 70.24%

R = 24.88%
G = 4.88%
B = 70.24%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#330A90 (or 0x330A90) is known color: Persian Indigo. HEX triplet: 33, 0A and 90. RGB value is (51,10,144). Sum of RGB (Red+Green+Blue) = 51+10+144=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #330A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A90 is #CCF56F. Grayscale: #252525. Windows color (decimal): -13432176 or 9439795. OLE color: 9439795.

HSL color Cylindrical-coordinate representation of color #330A90: hue angle of 258.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330A90 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 10 144 -
CMYK 0.65 0.93 0 0.44
HSL 258.36º 0.87% 0.3% -
HSV(B) 258.36º 0.93% 0.56% -
XYZ 6.51 2.93 26.61 -
YUV 37.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 51 10 144 0.65 0.93 0 0.44 258.36 0.87 0.3
Hex 33 A 90 41 5D 0 2C 102 57 1E
Octal 63 12 220 101 135 0 54 402 127 36
Binary 110011 1010 10010000 1000001 1011101 0 101100 100000010 1010111 11110

Color Harmonies of #330A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A90

Black with #330A90

Text Example


Text Example

White with #330A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,144); }

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

background-color css

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

 a { background-color: rgb(51,10,144); }

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

border-color css

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

 span { border-color: rgb(51,10,144); }

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