Html Css Color HEX #3813AA Persian Indigo

📋 copy color: '#3813AA'

red 56 ◦ green 19 ◦ blue 170

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

Shades of Persian Indigo #3813AA

Tints of Persian Indigo #3813AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 22.86%
G = 7.76%
B = 69.39%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3813AA (or 0x3813AA) is known color: Persian Indigo. HEX triplet: 38, 13 and AA. RGB value is (56,19,170). Sum of RGB (Red+Green+Blue) = 56+19+170=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3813AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3813AA is #C7EC55. Grayscale: #2E2E2E. Windows color (decimal): -13102166 or 11146040. OLE color: 11146040.

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

Color convert

RGB 56 19 170 -
CMYK 0.67 0.89 0 0.33
HSL 254.7º 0.8% 0.37% -
HSV(B) 254.7º 0.89% 0.67% -
XYZ 9.12 4.21 38.36 -
YUV 47.28 197.26 134.22 -
System Red Green Blue C M Y K H S L
Decimal 56 19 170 0.67 0.89 0 0.33 254.7 0.8 0.37
Hex 38 13 AA 43 59 0 21 FF 50 25
Octal 70 23 252 103 131 0 41 377 120 45
Binary 111000 10011 10101010 1000011 1011001 0 100001 11111111 1010000 100101

Color Harmonies of #3813AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3813AA

Black with #3813AA

Text Example


Text Example

White with #3813AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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