Html Css Color HEX #3813AC Persian Indigo

📋 copy color: '#3813AC'

red 56 ◦ green 19 ◦ blue 172

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

Shades of Persian Indigo #3813AC

Tints of Persian Indigo #3813AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 22.67%
G = 7.69%
B = 69.64%

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

#3813AC (or 0x3813AC) is known color: Persian Indigo. HEX triplet: 38, 13 and AC. RGB value is (56,19,172). Sum of RGB (Red+Green+Blue) = 56+19+172=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3813AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3813AC is #C7EC53. Grayscale: #2E2E2E. Windows color (decimal): -13102164 or 11277112. OLE color: 11277112.

HSL color Cylindrical-coordinate representation of color #3813AC: hue angle of 254.51º 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 #3813AC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 19 172 -
CMYK 0.67 0.89 0 0.33
HSL 254.51º 0.8% 0.37% -
HSV(B) 254.51º 0.89% 0.67% -
XYZ 9.31 4.29 39.37 -
YUV 47.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 56 19 172 0.67 0.89 0 0.33 254.51 0.8 0.37
Hex 38 13 AC 43 59 0 21 FF 50 25
Octal 70 23 254 103 131 0 41 377 120 45
Binary 111000 10011 10101100 1000011 1011001 0 100001 11111111 1010000 100101

Color Harmonies of #3813AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3813AC

Black with #3813AC

Text Example


Text Example

White with #3813AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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