Html Css Color HEX #381E9A Persian Indigo

📋 copy color: '#381E9A'

red 56 ◦ green 30 ◦ blue 154

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

Shades of Persian Indigo #381E9A

Tints of Persian Indigo #381E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 154 (60.55% from 255) = 64.17%

R = 23.33%
G = 12.5%
B = 64.17%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#381E9A (or 0x381E9A) is known color: Persian Indigo. HEX triplet: 38, 1E and 9A. RGB value is (56,30,154). Sum of RGB (Red+Green+Blue) = 56+30+154=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #381E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381E9A is #C7E165. Grayscale: #333333. Windows color (decimal): -13099366 or 10100280. OLE color: 10100280.

HSL color Cylindrical-coordinate representation of color #381E9A: hue angle of 252.58º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381E9A is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 30 154 -
CMYK 0.64 0.81 0 0.40
HSL 252.58º 0.67% 0.36% -
HSV(B) 252.58º 0.81% 0.6% -
XYZ 7.93 4.1 30.95 -
YUV 51.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 56 30 154 0.64 0.81 0 0.40 252.58 0.67 0.36
Hex 38 1E 9A 40 51 0 28 FD 43 24
Octal 70 36 232 100 121 0 50 375 103 44
Binary 111000 11110 10011010 1000000 1010001 0 101000 11111101 1000011 100100

Color Harmonies of #381E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E9A

Black with #381E9A

Text Example


Text Example

White with #381E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E9A; }

 p { color: rgb(56,30,154); }

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

background-color css

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

 a { background-color: rgb(56,30,154); }

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

border-color css

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

 span { border-color: rgb(56,30,154); }

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