Html Css Color HEX #3814AB Persian Indigo

📋 copy color: '#3814AB'

red 56 ◦ green 20 ◦ blue 171

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

Shades of Persian Indigo #3814AB

Tints of Persian Indigo #3814AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 22.67%
G = 8.1%
B = 69.23%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3814AB (or 0x3814AB) is known color: Persian Indigo. HEX triplet: 38, 14 and AB. RGB value is (56,20,171). Sum of RGB (Red+Green+Blue) = 56+20+171=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #3814AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3814AB is #C7EB54. Grayscale: #2F2F2F. Windows color (decimal): -13101909 or 11211832. OLE color: 11211832.

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

Color convert

RGB 56 20 171 -
CMYK 0.67 0.88 0 0.33
HSL 254.3º 0.79% 0.37% -
HSV(B) 254.3º 0.88% 0.67% -
XYZ 9.23 4.28 38.87 -
YUV 47.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 56 20 171 0.67 0.88 0 0.33 254.3 0.79 0.37
Hex 38 14 AB 43 58 0 21 FE 4F 25
Octal 70 24 253 103 130 0 41 376 117 45
Binary 111000 10100 10101011 1000011 1011000 0 100001 11111110 1001111 100101

Color Harmonies of #3814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3814AB

Black with #3814AB

Text Example


Text Example

White with #3814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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