Html Css Color HEX #381593 Persian Indigo

📋 copy color: '#381593'

red 56 ◦ green 21 ◦ blue 147

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

Shades of Persian Indigo #381593

Tints of Persian Indigo #381593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 25%
G = 9.38%
B = 65.63%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#381593 (or 0x381593) is known color: Persian Indigo. HEX triplet: 38, 15 and 93. RGB value is (56,21,147). Sum of RGB (Red+Green+Blue) = 56+21+147=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #381593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381593 is #C7EA6C. Grayscale: #2D2D2D. Windows color (decimal): -13101677 or 9639224. OLE color: 9639224.

HSL color Cylindrical-coordinate representation of color #381593: hue angle of 256.67º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381593 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 21 147 -
CMYK 0.62 0.86 0 0.42
HSL 256.67º 0.75% 0.33% -
HSV(B) 256.67º 0.86% 0.58% -
XYZ 7.17 3.48 27.9 -
YUV 45.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 56 21 147 0.62 0.86 0 0.42 256.67 0.75 0.33
Hex 38 15 93 3E 56 0 2A 101 4B 21
Octal 70 25 223 76 126 0 52 401 113 41
Binary 111000 10101 10010011 111110 1010110 0 101010 100000001 1001011 100001

Color Harmonies of #381593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381593

Black with #381593

Text Example


Text Example

White with #381593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381593; }

 p { color: rgb(56,21,147); }

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

background-color css

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

 a { background-color: rgb(56,21,147); }

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

border-color css

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

 span { border-color: rgb(56,21,147); }

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