Html Css Color HEX #3818A0 Persian Indigo

📋 copy color: '#3818A0'

red 56 ◦ green 24 ◦ blue 160

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

Shades of Persian Indigo #3818A0

Tints of Persian Indigo #3818A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 160 (62.89% from 255) = 66.67%

R = 23.33%
G = 10%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3818A0 (or 0x3818A0) is known color: Persian Indigo. HEX triplet: 38, 18 and A0. RGB value is (56,24,160). Sum of RGB (Red+Green+Blue) = 56+24+160=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #3818A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3818A0 is #C7E75F. Grayscale: #303030. Windows color (decimal): -13100896 or 10491960. OLE color: 10491960.

HSL color Cylindrical-coordinate representation of color #3818A0: hue angle of 254.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3818A0 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 24 160 -
CMYK 0.65 0.85 0 0.37
HSL 254.12º 0.74% 0.36% -
HSV(B) 254.12º 0.85% 0.63% -
XYZ 8.3 4.03 33.6 -
YUV 49.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 56 24 160 0.65 0.85 0 0.37 254.12 0.74 0.36
Hex 38 18 A0 41 55 0 25 FE 4A 24
Octal 70 30 240 101 125 0 45 376 112 44
Binary 111000 11000 10100000 1000001 1010101 0 100101 11111110 1001010 100100

Color Harmonies of #3818A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3818A0

Black with #3818A0

Text Example


Text Example

White with #3818A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3818A0; }

 p { color: rgb(56,24,160); }

 H1.HeaderClassName
 {
   color: #3818A0;
 }
 .AnyTagClassName
 {
   color: #3818A0;
 }
</style>

background-color css

<style>
 a { background-color: #3818A0; }

 a { background-color: rgb(56,24,160); }

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

border-color css

<style>
 span { border-color: #3818A0; }

 span { border-color: rgb(56,24,160); }

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