Html Css Color HEX #3812AB Persian Indigo

📋 copy color: '#3812AB'

red 56 ◦ green 18 ◦ blue 171

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

Shades of Persian Indigo #3812AB

Tints of Persian Indigo #3812AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 22.86%
G = 7.35%
B = 69.8%

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

#3812AB (or 0x3812AB) is known color: Persian Indigo. HEX triplet: 38, 12 and AB. RGB value is (56,18,171). Sum of RGB (Red+Green+Blue) = 56+18+171=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3812AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3812AB is #C7ED54. Grayscale: #2E2E2E. Windows color (decimal): -13102421 or 11211320. OLE color: 11211320.

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

Color convert

RGB 56 18 171 -
CMYK 0.67 0.89 0 0.33
HSL 254.9º 0.81% 0.37% -
HSV(B) 254.9º 0.89% 0.67% -
XYZ 9.2 4.21 38.86 -
YUV 46.8 198.09 134.56 -
System Red Green Blue C M Y K H S L
Decimal 56 18 171 0.67 0.89 0 0.33 254.9 0.81 0.37
Hex 38 12 AB 43 59 0 21 FF 51 25
Octal 70 22 253 103 131 0 41 377 121 45
Binary 111000 10010 10101011 1000011 1011001 0 100001 11111111 1010001 100101

Color Harmonies of #3812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3812AB

Black with #3812AB

Text Example


Text Example

White with #3812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3812AB; }

 p { color: rgb(56,18,171); }

 H1.HeaderClassName
 {
   color: #3812AB;
 }
 .AnyTagClassName
 {
   color: #3812AB;
 }
</style>

background-color css

<style>
 a { background-color: #3812AB; }

 a { background-color: rgb(56,18,171); }

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

border-color css

<style>
 span { border-color: #3812AB; }

 span { border-color: rgb(56,18,171); }

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