Html Css Color HEX #3308A0 Persian Indigo

📋 copy color: '#3308A0'

red 51 ◦ green 8 ◦ blue 160

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

Shades of Persian Indigo #3308A0

Tints of Persian Indigo #3308A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

 BLUE value IS 160 (62.89% from 255) = 73.06%

R = 23.29%
G = 3.65%
B = 73.06%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3308A0 (or 0x3308A0) is known color: Persian Indigo. HEX triplet: 33, 08 and A0. RGB value is (51,8,160). Sum of RGB (Red+Green+Blue) = 51+8+160=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #3308A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3308A0 is #CCF75F. Grayscale: #252525. Windows color (decimal): -13432672 or 10487859. OLE color: 10487859.

HSL color Cylindrical-coordinate representation of color #3308A0: hue angle of 256.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3308A0 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 8 160 -
CMYK 0.68 0.95 0 0.37
HSL 256.97º 0.9% 0.33% -
HSV(B) 256.97º 0.95% 0.63% -
XYZ 7.8 3.42 33.51 -
YUV 38.19 196.75 137.14 -
System Red Green Blue C M Y K H S L
Decimal 51 8 160 0.68 0.95 0 0.37 256.97 0.9 0.33
Hex 33 8 A0 44 5F 0 25 101 5A 21
Octal 63 10 240 104 137 0 45 401 132 41
Binary 110011 1000 10100000 1000100 1011111 0 100101 100000001 1011010 100001

Color Harmonies of #3308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308A0

Black with #3308A0

Text Example


Text Example

White with #3308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3308A0; }

 p { color: rgb(51,8,160); }

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

background-color css

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

 a { background-color: rgb(51,8,160); }

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

border-color css

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

 span { border-color: rgb(51,8,160); }

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