Html Css Color HEX #381192 Persian Indigo

📋 copy color: '#381192'

red 56 ◦ green 17 ◦ blue 146

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

Shades of Persian Indigo #381192

Tints of Persian Indigo #381192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

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

R = 25.57%
G = 7.76%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381192 (or 0x381192) is known color: Persian Indigo. HEX triplet: 38, 11 and 92. RGB value is (56,17,146). Sum of RGB (Red+Green+Blue) = 56+17+146=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #381192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381192 is #C7EE6D. Grayscale: #2A2A2A. Windows color (decimal): -13102702 or 9572664. OLE color: 9572664.

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

Color convert

RGB 56 17 146 -
CMYK 0.62 0.88 0 0.43
HSL 258.14º 0.79% 0.32% -
HSV(B) 258.14º 0.88% 0.57% -
XYZ 7.02 3.32 27.46 -
YUV 43.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 56 17 146 0.62 0.88 0 0.43 258.14 0.79 0.32
Hex 38 11 92 3E 58 0 2B 102 4F 20
Octal 70 21 222 76 130 0 53 402 117 40
Binary 111000 10001 10010010 111110 1011000 0 101011 100000010 1001111 100000

Color Harmonies of #381192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381192

Black with #381192

Text Example


Text Example

White with #381192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381192; }

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

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

background-color css

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

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

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

border-color css

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

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

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