Html Css Color HEX #381A70 Persian Indigo

📋 copy color: '#381A70'

red 56 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #381A70

Tints of Persian Indigo #381A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 28.87%
G = 13.4%
B = 57.73%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381A70 (or 0x381A70) is known color: Persian Indigo. HEX triplet: 38, 1A and 70. RGB value is (56,26,112). Sum of RGB (Red+Green+Blue) = 56+26+112=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #381A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A70 is #C7E58F. Grayscale: #2C2C2C. Windows color (decimal): -13100432 or 7346744. OLE color: 7346744.

HSL color Cylindrical-coordinate representation of color #381A70: hue angle of 260.93º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381A70 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 26 112 -
CMYK 0.50 0.77 0 0.56
HSL 260.93º 0.62% 0.27% -
HSV(B) 260.93º 0.77% 0.44% -
XYZ 4.92 2.75 15.6 -
YUV 44.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 56 26 112 0.50 0.77 0 0.56 260.93 0.62 0.27
Hex 38 1A 70 32 4D 0 38 105 3E 1B
Octal 70 32 160 62 115 0 70 405 76 33
Binary 111000 11010 1110000 110010 1001101 0 111000 100000101 111110 11011

Color Harmonies of #381A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A70

Black with #381A70

Text Example


Text Example

White with #381A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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