Html Css Color HEX #381397 Persian Indigo

📋 copy color: '#381397'

red 56 ◦ green 19 ◦ blue 151

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

Shades of Persian Indigo #381397

Tints of Persian Indigo #381397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.81%

R = 24.78%
G = 8.41%
B = 66.81%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#381397 (or 0x381397) is known color: Persian Indigo. HEX triplet: 38, 13 and 97. RGB value is (56,19,151). Sum of RGB (Red+Green+Blue) = 56+19+151=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #381397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381397 is #C7EC68. Grayscale: #2C2C2C. Windows color (decimal): -13102185 or 9900856. OLE color: 9900856.

HSL color Cylindrical-coordinate representation of color #381397: hue angle of 256.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381397 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 19 151 -
CMYK 0.63 0.87 0 0.41
HSL 256.82º 0.78% 0.33% -
HSV(B) 256.82º 0.87% 0.59% -
XYZ 7.45 3.54 29.57 -
YUV 45.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 56 19 151 0.63 0.87 0 0.41 256.82 0.78 0.33
Hex 38 13 97 3F 57 0 29 101 4E 21
Octal 70 23 227 77 127 0 51 401 116 41
Binary 111000 10011 10010111 111111 1010111 0 101001 100000001 1001110 100001

Color Harmonies of #381397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381397

Black with #381397

Text Example


Text Example

White with #381397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381397; }

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

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

background-color css

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

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

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

border-color css

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

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

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