Html Css Color HEX #381AA3 Persian Indigo

📋 copy color: '#381AA3'

red 56 ◦ green 26 ◦ blue 163

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

Shades of Persian Indigo #381AA3

Tints of Persian Indigo #381AA3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 163 (64.06% from 255) = 66.53%

R = 22.86%
G = 10.61%
B = 66.53%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#381AA3 (or 0x381AA3) is known color: Persian Indigo. HEX triplet: 38, 1A and A3. RGB value is (56,26,163). Sum of RGB (Red+Green+Blue) = 56+26+163=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #381AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381AA3 is #C7E55C. Grayscale: #323232. Windows color (decimal): -13100381 or 10689080. OLE color: 10689080.

HSL color Cylindrical-coordinate representation of color #381AA3: hue angle of 253.14º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381AA3 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 26 163 -
CMYK 0.66 0.84 0 0.36
HSL 253.14º 0.72% 0.37% -
HSV(B) 253.14º 0.84% 0.64% -
XYZ 8.61 4.22 35.01 -
YUV 50.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 56 26 163 0.66 0.84 0 0.36 253.14 0.72 0.37
Hex 38 1A A3 42 54 0 24 FD 48 25
Octal 70 32 243 102 124 0 44 375 110 45
Binary 111000 11010 10100011 1000010 1010100 0 100100 11111101 1001000 100101

Color Harmonies of #381AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AA3

Black with #381AA3

Text Example


Text Example

White with #381AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,163); }

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

background-color css

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

 a { background-color: rgb(56,26,163); }

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

border-color css

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

 span { border-color: rgb(56,26,163); }

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