Html Css Color HEX #381D99 Persian Indigo

📋 copy color: '#381D99'

red 56 ◦ green 29 ◦ blue 153

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

Shades of Persian Indigo #381D99

Tints of Persian Indigo #381D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 23.53%
G = 12.18%
B = 64.29%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381D99 (or 0x381D99) is known color: Persian Indigo. HEX triplet: 38, 1D and 99. RGB value is (56,29,153). Sum of RGB (Red+Green+Blue) = 56+29+153=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #381D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D99 is #C7E266. Grayscale: #323232. Windows color (decimal): -13099623 or 10034488. OLE color: 10034488.

HSL color Cylindrical-coordinate representation of color #381D99: hue angle of 253.06º degrees, saturation: 0.68, 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 #381D99 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 29 153 -
CMYK 0.63 0.81 0 0.4
HSL 253.06º 0.68% 0.36% -
HSV(B) 253.06º 0.81% 0.6% -
XYZ 7.82 4.02 30.5 -
YUV 51.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 56 29 153 0.63 0.81 0 0.4 253.06 0.68 0.36
Hex 38 1D 99 3F 51 0 28 FD 44 24
Octal 70 35 231 77 121 0 50 375 104 44
Binary 111000 11101 10011001 111111 1010001 0 101000 11111101 1000100 100100

Color Harmonies of #381D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D99

Black with #381D99

Text Example


Text Example

White with #381D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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