Html Css Color HEX #381387 Persian Indigo

📋 copy color: '#381387'

red 56 ◦ green 19 ◦ blue 135

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

Shades of Persian Indigo #381387

Tints of Persian Indigo #381387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 26.67%
G = 9.05%
B = 64.29%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#381387 (or 0x381387) is known color: Persian Indigo. HEX triplet: 38, 13 and 87. RGB value is (56,19,135). Sum of RGB (Red+Green+Blue) = 56+19+135=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #381387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381387 is #C7EC78. Grayscale: #2A2A2A. Windows color (decimal): -13102201 or 8852280. OLE color: 8852280.

HSL color Cylindrical-coordinate representation of color #381387: hue angle of 259.14º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381387 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 19 135 -
CMYK 0.59 0.86 0 0.47
HSL 259.14º 0.75% 0.3% -
HSV(B) 259.14º 0.86% 0.53% -
XYZ 6.24 3.06 23.18 -
YUV 43.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 56 19 135 0.59 0.86 0 0.47 259.14 0.75 0.3
Hex 38 13 87 3B 56 0 2F 103 4B 1E
Octal 70 23 207 73 126 0 57 403 113 36
Binary 111000 10011 10000111 111011 1010110 0 101111 100000011 1001011 11110

Color Harmonies of #381387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381387

Black with #381387

Text Example


Text Example

White with #381387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381387; }

 p { color: rgb(56,19,135); }

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

background-color css

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

 a { background-color: rgb(56,19,135); }

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

border-color css

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

 span { border-color: rgb(56,19,135); }

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