Html Css Color HEX #3817AC Persian Indigo

📋 copy color: '#3817AC'

red 56 ◦ green 23 ◦ blue 172

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

Shades of Persian Indigo #3817AC

Tints of Persian Indigo #3817AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 22.31%
G = 9.16%
B = 68.53%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3817AC (or 0x3817AC) is known color: Persian Indigo. HEX triplet: 38, 17 and AC. RGB value is (56,23,172). Sum of RGB (Red+Green+Blue) = 56+23+172=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #3817AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3817AC is #C7E853. Grayscale: #313131. Windows color (decimal): -13101140 or 11278136. OLE color: 11278136.

HSL color Cylindrical-coordinate representation of color #3817AC: hue angle of 253.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3817AC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 23 172 -
CMYK 0.67 0.87 0 0.33
HSL 253.29º 0.76% 0.38% -
HSV(B) 253.29º 0.87% 0.67% -
XYZ 9.38 4.43 39.39 -
YUV 49.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 56 23 172 0.67 0.87 0 0.33 253.29 0.76 0.38
Hex 38 17 AC 43 57 0 21 FD 4C 26
Octal 70 27 254 103 127 0 41 375 114 46
Binary 111000 10111 10101100 1000011 1010111 0 100001 11111101 1001100 100110

Color Harmonies of #3817AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3817AC

Black with #3817AC

Text Example


Text Example

White with #3817AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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