Html Css Color HEX #381295 Persian Indigo

📋 copy color: '#381295'

red 56 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #381295

Tints of Persian Indigo #381295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 25.11%
G = 8.07%
B = 66.82%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#381295 (or 0x381295) is known color: Persian Indigo. HEX triplet: 38, 12 and 95. RGB value is (56,18,149). Sum of RGB (Red+Green+Blue) = 56+18+149=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #381295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381295 is #C7ED6A. Grayscale: #2B2B2B. Windows color (decimal): -13102443 or 9769528. OLE color: 9769528.

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

Color convert

RGB 56 18 149 -
CMYK 0.62 0.88 0 0.42
HSL 257.4º 0.78% 0.33% -
HSV(B) 257.4º 0.88% 0.58% -
XYZ 7.27 3.44 28.72 -
YUV 44.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 56 18 149 0.62 0.88 0 0.42 257.4 0.78 0.33
Hex 38 12 95 3E 58 0 2A 101 4E 21
Octal 70 22 225 76 130 0 52 401 116 41
Binary 111000 10010 10010101 111110 1011000 0 101010 100000001 1001110 100001

Color Harmonies of #381295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381295

Black with #381295

Text Example


Text Example

White with #381295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381295; }

 p { color: rgb(56,18,149); }

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

background-color css

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

 a { background-color: rgb(56,18,149); }

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

border-color css

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

 span { border-color: rgb(56,18,149); }

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