Html Css Color HEX #381592 Persian Indigo

📋 copy color: '#381592'

red 56 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #381592

Tints of Persian Indigo #381592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 25.11%
G = 9.42%
B = 65.47%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381592 (or 0x381592) is known color: Persian Indigo. HEX triplet: 38, 15 and 92. RGB value is (56,21,146). Sum of RGB (Red+Green+Blue) = 56+21+146=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #381592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381592 is #C7EA6D. Grayscale: #2D2D2D. Windows color (decimal): -13101678 or 9573688. OLE color: 9573688.

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

Color convert

RGB 56 21 146 -
CMYK 0.62 0.86 0 0.43
HSL 256.8º 0.75% 0.33% -
HSV(B) 256.8º 0.86% 0.57% -
XYZ 7.09 3.45 27.49 -
YUV 45.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 56 21 146 0.62 0.86 0 0.43 256.8 0.75 0.33
Hex 38 15 92 3E 56 0 2B 101 4B 21
Octal 70 25 222 76 126 0 53 401 113 41
Binary 111000 10101 10010010 111110 1010110 0 101011 100000001 1001011 100001

Color Harmonies of #381592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381592

Black with #381592

Text Example


Text Example

White with #381592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381592; }

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

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

background-color css

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

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

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

border-color css

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

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

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