Html Css Color HEX #381790 Persian Indigo

📋 copy color: '#381790'

red 56 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #381790

Tints of Persian Indigo #381790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.57%

R = 25.11%
G = 10.31%
B = 64.57%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#381790 (or 0x381790) is known color: Persian Indigo. HEX triplet: 38, 17 and 90. RGB value is (56,23,144). Sum of RGB (Red+Green+Blue) = 56+23+144=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #381790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381790 is #C7E86F. Grayscale: #2E2E2E. Windows color (decimal): -13101168 or 9443128. OLE color: 9443128.

HSL color Cylindrical-coordinate representation of color #381790: hue angle of 256.36º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381790 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 23 144 -
CMYK 0.61 0.84 0 0.44
HSL 256.36º 0.72% 0.33% -
HSV(B) 256.36º 0.84% 0.56% -
XYZ 6.97 3.47 26.69 -
YUV 46.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 56 23 144 0.61 0.84 0 0.44 256.36 0.72 0.33
Hex 38 17 90 3D 54 0 2C 100 48 21
Octal 70 27 220 75 124 0 54 400 110 41
Binary 111000 10111 10010000 111101 1010100 0 101100 100000000 1001000 100001

Color Harmonies of #381790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381790

Black with #381790

Text Example


Text Example

White with #381790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381790; }

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

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

background-color css

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

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

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

border-color css

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

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

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