Html Css Color HEX #381973 Persian Indigo

📋 copy color: '#381973'

red 56 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #381973

Tints of Persian Indigo #381973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 28.57%
G = 12.76%
B = 58.67%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381973 (or 0x381973) is known color: Persian Indigo. HEX triplet: 38, 19 and 73. RGB value is (56,25,115). Sum of RGB (Red+Green+Blue) = 56+25+115=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #381973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381973 is #C7E68C. Grayscale: #2C2C2C. Windows color (decimal): -13100685 or 7543096. OLE color: 7543096.

HSL color Cylindrical-coordinate representation of color #381973: hue angle of 260.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381973 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 25 115 -
CMYK 0.51 0.78 0 0.55
HSL 260.67º 0.64% 0.27% -
HSV(B) 260.67º 0.78% 0.45% -
XYZ 5.07 2.77 16.49 -
YUV 44.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 56 25 115 0.51 0.78 0 0.55 260.67 0.64 0.27
Hex 38 19 73 33 4E 0 37 105 40 1B
Octal 70 31 163 63 116 0 67 405 100 33
Binary 111000 11001 1110011 110011 1001110 0 110111 100000101 1000000 11011

Color Harmonies of #381973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381973

Black with #381973

Text Example


Text Example

White with #381973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381973; }

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

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

background-color css

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

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

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

border-color css

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

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

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