Html Css Color HEX #381494 Persian Indigo

📋 copy color: '#381494'

red 56 ◦ green 20 ◦ blue 148

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

Shades of Persian Indigo #381494

Tints of Persian Indigo #381494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 25%
G = 8.93%
B = 66.07%

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

#381494 (or 0x381494) is known color: Persian Indigo. HEX triplet: 38, 14 and 94. RGB value is (56,20,148). Sum of RGB (Red+Green+Blue) = 56+20+148=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #381494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381494 is #C7EB6B. Grayscale: #2C2C2C. Windows color (decimal): -13101932 or 9704504. OLE color: 9704504.

HSL color Cylindrical-coordinate representation of color #381494: hue angle of 256.88º degrees, saturation: 0.76, 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 #381494 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 20 148 -
CMYK 0.62 0.86 0 0.42
HSL 256.88º 0.76% 0.33% -
HSV(B) 256.88º 0.86% 0.58% -
XYZ 7.23 3.48 28.31 -
YUV 45.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 56 20 148 0.62 0.86 0 0.42 256.88 0.76 0.33
Hex 38 14 94 3E 56 0 2A 101 4C 21
Octal 70 24 224 76 126 0 52 401 114 41
Binary 111000 10100 10010100 111110 1010110 0 101010 100000001 1001100 100001

Color Harmonies of #381494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381494

Black with #381494

Text Example


Text Example

White with #381494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381494; }

 p { color: rgb(56,20,148); }

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

background-color css

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

 a { background-color: rgb(56,20,148); }

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

border-color css

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

 span { border-color: rgb(56,20,148); }

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