Html Css Color HEX #3810AA Persian Indigo

📋 copy color: '#3810AA'

red 56 ◦ green 16 ◦ blue 170

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

Shades of Persian Indigo #3810AA

Tints of Persian Indigo #3810AA

RGB

 RED value IS 56 (22.27% from 255) = 23.14%

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 23.14%
G = 6.61%
B = 70.25%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3810AA (or 0x3810AA) is known color: Persian Indigo. HEX triplet: 38, 10 and AA. RGB value is (56,16,170). Sum of RGB (Red+Green+Blue) = 56+16+170=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3810AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810AA is #C7EF55. Grayscale: #2C2C2C. Windows color (decimal): -13102934 or 11145272. OLE color: 11145272.

HSL color Cylindrical-coordinate representation of color #3810AA: hue angle of 255.58º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3810AA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 16 170 -
CMYK 0.67 0.91 0 0.33
HSL 255.58º 0.83% 0.36% -
HSV(B) 255.58º 0.91% 0.67% -
XYZ 9.07 4.11 38.35 -
YUV 45.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 56 16 170 0.67 0.91 0 0.33 255.58 0.83 0.36
Hex 38 10 AA 43 5B 0 21 100 53 24
Octal 70 20 252 103 133 0 41 400 123 44
Binary 111000 10000 10101010 1000011 1011011 0 100001 100000000 1010011 100100

Color Harmonies of #3810AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3810AA

Black with #3810AA

Text Example


Text Example

White with #3810AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3810AA; }

 p { color: rgb(56,16,170); }

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

background-color css

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

 a { background-color: rgb(56,16,170); }

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

border-color css

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

 span { border-color: rgb(56,16,170); }

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