Html Css Color HEX #330390 Persian Indigo

📋 copy color: '#330390'

red 51 ◦ green 3 ◦ blue 144

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

Shades of Persian Indigo #330390

Tints of Persian Indigo #330390

RGB

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

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

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

R = 25.76%
G = 1.52%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#330390 (or 0x330390) is known color: Persian Indigo. HEX triplet: 33, 03 and 90. RGB value is (51,3,144). Sum of RGB (Red+Green+Blue) = 51+3+144=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #330390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330390 is #CCFC6F. Grayscale: #202020. Windows color (decimal): -13433968 or 9438003. OLE color: 9438003.

HSL color Cylindrical-coordinate representation of color #330390: hue angle of 260.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330390 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 3 144 -
CMYK 0.65 0.98 0 0.44
HSL 260.43º 0.96% 0.29% -
HSV(B) 260.43º 0.98% 0.56% -
XYZ 6.43 2.78 26.58 -
YUV 33.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 51 3 144 0.65 0.98 0 0.44 260.43 0.96 0.29
Hex 33 3 90 41 62 0 2C 104 60 1D
Octal 63 3 220 101 142 0 54 404 140 35
Binary 110011 11 10010000 1000001 1100010 0 101100 100000100 1100000 11101

Color Harmonies of #330390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330390

Black with #330390

Text Example


Text Example

White with #330390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330390; }

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

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

background-color css

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

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

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

border-color css

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

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

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