Html Css Color HEX #3817AA Persian Indigo

📋 copy color: '#3817AA'

red 56 ◦ green 23 ◦ blue 170

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

Shades of Persian Indigo #3817AA

Tints of Persian Indigo #3817AA

RGB

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

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

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

R = 22.49%
G = 9.24%
B = 68.27%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3817AA (or 0x3817AA) is known color: Persian Indigo. HEX triplet: 38, 17 and AA. RGB value is (56,23,170). Sum of RGB (Red+Green+Blue) = 56+23+170=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #3817AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3817AA is #C7E855. Grayscale: #313131. Windows color (decimal): -13101142 or 11147064. OLE color: 11147064.

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

Color convert

RGB 56 23 170 -
CMYK 0.67 0.86 0 0.33
HSL 253.47º 0.76% 0.38% -
HSV(B) 253.47º 0.86% 0.67% -
XYZ 9.19 4.36 38.39 -
YUV 49.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 56 23 170 0.67 0.86 0 0.33 253.47 0.76 0.38
Hex 38 17 AA 43 56 0 21 FD 4C 26
Octal 70 27 252 103 126 0 41 375 114 46
Binary 111000 10111 10101010 1000011 1010110 0 100001 11111101 1001100 100110

Color Harmonies of #3817AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3817AA

Black with #3817AA

Text Example


Text Example

White with #3817AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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