Html Css Color HEX #381A8A Persian Indigo

📋 copy color: '#381A8A'

red 56 ◦ green 26 ◦ blue 138

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

Shades of Persian Indigo #381A8A

Tints of Persian Indigo #381A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 25.45%
G = 11.82%
B = 62.73%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#381A8A (or 0x381A8A) is known color: Persian Indigo. HEX triplet: 38, 1A and 8A. RGB value is (56,26,138). Sum of RGB (Red+Green+Blue) = 56+26+138=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #381A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A8A is #C7E575. Grayscale: #2F2F2F. Windows color (decimal): -13100406 or 9050680. OLE color: 9050680.

HSL color Cylindrical-coordinate representation of color #381A8A: hue angle of 256.07º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381A8A is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 26 138 -
CMYK 0.59 0.81 0 0.46
HSL 256.07º 0.68% 0.32% -
HSV(B) 256.07º 0.81% 0.54% -
XYZ 6.59 3.41 24.36 -
YUV 47.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 56 26 138 0.59 0.81 0 0.46 256.07 0.68 0.32
Hex 38 1A 8A 3B 51 0 2E 100 44 20
Octal 70 32 212 73 121 0 56 400 104 40
Binary 111000 11010 10001010 111011 1010001 0 101110 100000000 1000100 100000

Color Harmonies of #381A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A8A

Black with #381A8A

Text Example


Text Example

White with #381A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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