Html Css Color HEX #3310A2 Persian Indigo

📋 copy color: '#3310A2'

red 51 ◦ green 16 ◦ blue 162

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

Shades of Persian Indigo #3310A2

Tints of Persian Indigo #3310A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

 BLUE value IS 162 (63.67% from 255) = 70.74%

R = 22.27%
G = 6.99%
B = 70.74%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3310A2 (or 0x3310A2) is known color: Persian Indigo. HEX triplet: 33, 10 and A2. RGB value is (51,16,162). Sum of RGB (Red+Green+Blue) = 51+16+162=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #3310A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3310A2 is #CCEF5D. Grayscale: #2A2A2A. Windows color (decimal): -13430622 or 10620979. OLE color: 10620979.

HSL color Cylindrical-coordinate representation of color #3310A2: hue angle of 254.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3310A2 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 16 162 -
CMYK 0.69 0.90 0 0.36
HSL 254.38º 0.82% 0.35% -
HSV(B) 254.38º 0.9% 0.64% -
XYZ 8.07 3.68 34.47 -
YUV 43.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 51 16 162 0.69 0.90 0 0.36 254.38 0.82 0.35
Hex 33 10 A2 45 5A 0 24 FE 52 23
Octal 63 20 242 105 132 0 44 376 122 43
Binary 110011 10000 10100010 1000101 1011010 0 100100 11111110 1010010 100011

Color Harmonies of #3310A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310A2

Black with #3310A2

Text Example


Text Example

White with #3310A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3310A2; }

 p { color: rgb(51,16,162); }

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

background-color css

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

 a { background-color: rgb(51,16,162); }

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

border-color css

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

 span { border-color: rgb(51,16,162); }

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