Html Css Color HEX #381B9D Persian Indigo

📋 copy color: '#381B9D'

red 56 ◦ green 27 ◦ blue 157

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

Shades of Persian Indigo #381B9D

Tints of Persian Indigo #381B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

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

R = 23.33%
G = 11.25%
B = 65.42%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#381B9D (or 0x381B9D) is known color: Persian Indigo. HEX triplet: 38, 1B and 9D. RGB value is (56,27,157). Sum of RGB (Red+Green+Blue) = 56+27+157=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #381B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B9D is #C7E462. Grayscale: #323232. Windows color (decimal): -13100131 or 10296120. OLE color: 10296120.

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

Color convert

RGB 56 27 157 -
CMYK 0.64 0.83 0 0.38
HSL 253.38º 0.71% 0.36% -
HSV(B) 253.38º 0.83% 0.62% -
XYZ 8.11 4.06 32.25 -
YUV 50.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 56 27 157 0.64 0.83 0 0.38 253.38 0.71 0.36
Hex 38 1B 9D 40 53 0 26 FD 47 24
Octal 70 33 235 100 123 0 46 375 107 44
Binary 111000 11011 10011101 1000000 1010011 0 100110 11111101 1000111 100100

Color Harmonies of #381B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B9D

Black with #381B9D

Text Example


Text Example

White with #381B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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