Html Css Color HEX #381294 Persian Indigo

📋 copy color: '#381294'

red 56 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #381294

Tints of Persian Indigo #381294

RGB

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

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

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

R = 25.23%
G = 8.11%
B = 66.67%

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

#381294 (or 0x381294) is known color: Persian Indigo. HEX triplet: 38, 12 and 94. RGB value is (56,18,148). Sum of RGB (Red+Green+Blue) = 56+18+148=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #381294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381294 is #C7ED6B. Grayscale: #2B2B2B. Windows color (decimal): -13102444 or 9703992. OLE color: 9703992.

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

Color convert

RGB 56 18 148 -
CMYK 0.62 0.88 0 0.42
HSL 257.54º 0.78% 0.33% -
HSV(B) 257.54º 0.88% 0.58% -
XYZ 7.19 3.41 28.3 -
YUV 44.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 56 18 148 0.62 0.88 0 0.42 257.54 0.78 0.33
Hex 38 12 94 3E 58 0 2A 102 4E 21
Octal 70 22 224 76 130 0 52 402 116 41
Binary 111000 10010 10010100 111110 1011000 0 101010 100000010 1001110 100001

Color Harmonies of #381294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381294

Black with #381294

Text Example


Text Example

White with #381294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381294; }

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

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

background-color css

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

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

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

border-color css

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

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

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