Html Css Color HEX #381D9D Persian Indigo

📋 copy color: '#381D9D'

red 56 ◦ green 29 ◦ blue 157

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

Shades of Persian Indigo #381D9D

Tints of Persian Indigo #381D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 23.14%
G = 11.98%
B = 64.88%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#381D9D (or 0x381D9D) is known color: Persian Indigo. HEX triplet: 38, 1D and 9D. RGB value is (56,29,157). Sum of RGB (Red+Green+Blue) = 56+29+157=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #381D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D9D is #C7E262. Grayscale: #333333. Windows color (decimal): -13099619 or 10296632. OLE color: 10296632.

HSL color Cylindrical-coordinate representation of color #381D9D: hue angle of 252.66º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381D9D is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 29 157 -
CMYK 0.64 0.82 0 0.38
HSL 252.66º 0.69% 0.36% -
HSV(B) 252.66º 0.82% 0.62% -
XYZ 8.16 4.15 32.27 -
YUV 51.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 56 29 157 0.64 0.82 0 0.38 252.66 0.69 0.36
Hex 38 1D 9D 40 52 0 26 FD 45 24
Octal 70 35 235 100 122 0 46 375 105 44
Binary 111000 11101 10011101 1000000 1010010 0 100110 11111101 1000101 100100

Color Harmonies of #381D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D9D

Black with #381D9D

Text Example


Text Example

White with #381D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,157); }

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

background-color css

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

 a { background-color: rgb(56,29,157); }

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

border-color css

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

 span { border-color: rgb(56,29,157); }

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