Html Css Color HEX #330090 Persian Indigo

📋 copy color: '#330090'

red 51 ◦ green 0 ◦ blue 144

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

Shades of Persian Indigo #330090

Tints of Persian Indigo #330090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.15%
G = 0%
B = 73.85%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#330090 (or 0x330090) is known color: Persian Indigo. HEX triplet: 33, 00 and 90. RGB value is (51,0,144). Sum of RGB (Red+Green+Blue) = 51+0+144=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #330090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330090 is #CCFF6F. Grayscale: #1F1F1F. Windows color (decimal): -13434736 or 9437235. OLE color: 9437235.

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

Color convert

RGB 51 0 144 -
CMYK 0.65 1 0 0.44
HSL 261.25º 1% 0.28% -
HSV(B) 261.25º 1% 0.56% -
XYZ 6.4 2.72 26.57 -
YUV 31.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 51 0 144 0.65 1 0 0.44 261.25 1 0.28
Hex 33 0 90 41 64 0 2C 105 64 1C
Octal 63 0 220 101 144 0 54 405 144 34
Binary 110011 0 10010000 1000001 1100100 0 101100 100000101 1100100 11100

Color Harmonies of #330090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330090

Black with #330090

Text Example


Text Example

White with #330090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330090; }

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

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

background-color css

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

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

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

border-color css

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

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

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