Html Css Color HEX #381985 Persian Indigo

📋 copy color: '#381985'

red 56 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #381985

Tints of Persian Indigo #381985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 26.17%
G = 11.68%
B = 62.15%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#381985 (or 0x381985) is known color: Persian Indigo. HEX triplet: 38, 19 and 85. RGB value is (56,25,133). Sum of RGB (Red+Green+Blue) = 56+25+133=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #381985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381985 is #C7E67A. Grayscale: #2E2E2E. Windows color (decimal): -13100667 or 8722744. OLE color: 8722744.

HSL color Cylindrical-coordinate representation of color #381985: hue angle of 257.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381985 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 25 133 -
CMYK 0.58 0.81 0 0.48
HSL 257.22º 0.68% 0.31% -
HSV(B) 257.22º 0.81% 0.52% -
XYZ 6.21 3.23 22.49 -
YUV 46.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 56 25 133 0.58 0.81 0 0.48 257.22 0.68 0.31
Hex 38 19 85 3A 51 0 30 101 44 1F
Octal 70 31 205 72 121 0 60 401 104 37
Binary 111000 11001 10000101 111010 1010001 0 110000 100000001 1000100 11111

Color Harmonies of #381985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381985

Black with #381985

Text Example


Text Example

White with #381985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381985; }

 p { color: rgb(56,25,133); }

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

background-color css

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

 a { background-color: rgb(56,25,133); }

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

border-color css

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

 span { border-color: rgb(56,25,133); }

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