Html Css Color HEX #381B9E Persian Indigo

📋 copy color: '#381B9E'

red 56 ◦ green 27 ◦ blue 158

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

Shades of Persian Indigo #381B9E

Tints of Persian Indigo #381B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 23.24%
G = 11.2%
B = 65.56%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#381B9E (or 0x381B9E) is known color: Persian Indigo. HEX triplet: 38, 1B and 9E. RGB value is (56,27,158). Sum of RGB (Red+Green+Blue) = 56+27+158=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #381B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B9E is #C7E461. Grayscale: #323232. Windows color (decimal): -13100130 or 10361656. OLE color: 10361656.

HSL color Cylindrical-coordinate representation of color #381B9E: hue angle of 253.28º 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 #381B9E is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 27 158 -
CMYK 0.65 0.83 0 0.38
HSL 253.28º 0.71% 0.36% -
HSV(B) 253.28º 0.83% 0.62% -
XYZ 8.19 4.09 32.71 -
YUV 50.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 56 27 158 0.65 0.83 0 0.38 253.28 0.71 0.36
Hex 38 1B 9E 41 53 0 26 FD 47 24
Octal 70 33 236 101 123 0 46 375 107 44
Binary 111000 11011 10011110 1000001 1010011 0 100110 11111101 1000111 100100

Color Harmonies of #381B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B9E

Black with #381B9E

Text Example


Text Example

White with #381B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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