Html Css Color HEX #381794 Persian Indigo

📋 copy color: '#381794'

red 56 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #381794

Tints of Persian Indigo #381794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 24.67%
G = 10.13%
B = 65.2%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#381794 (or 0x381794) is known color: Persian Indigo. HEX triplet: 38, 17 and 94. RGB value is (56,23,148). Sum of RGB (Red+Green+Blue) = 56+23+148=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #381794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381794 is #C7E86B. Grayscale: #2E2E2E. Windows color (decimal): -13101164 or 9705272. OLE color: 9705272.

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

Color convert

RGB 56 23 148 -
CMYK 0.62 0.84 0 0.42
HSL 255.84º 0.73% 0.34% -
HSV(B) 255.84º 0.84% 0.58% -
XYZ 7.28 3.59 28.33 -
YUV 47.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 56 23 148 0.62 0.84 0 0.42 255.84 0.73 0.34
Hex 38 17 94 3E 54 0 2A 100 49 22
Octal 70 27 224 76 124 0 52 400 111 42
Binary 111000 10111 10010100 111110 1010100 0 101010 100000000 1001001 100010

Color Harmonies of #381794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381794

Black with #381794

Text Example


Text Example

White with #381794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381794; }

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

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

background-color css

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

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

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

border-color css

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

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

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