Html Css Color HEX #381497 Persian Indigo

📋 copy color: '#381497'

red 56 ◦ green 20 ◦ blue 151

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

Shades of Persian Indigo #381497

Tints of Persian Indigo #381497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 24.67%
G = 8.81%
B = 66.52%

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

#381497 (or 0x381497) is known color: Persian Indigo. HEX triplet: 38, 14 and 97. RGB value is (56,20,151). Sum of RGB (Red+Green+Blue) = 56+20+151=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #381497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381497 is #C7EB68. Grayscale: #2D2D2D. Windows color (decimal): -13101929 or 9901112. OLE color: 9901112.

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

Color convert

RGB 56 20 151 -
CMYK 0.63 0.87 0 0.41
HSL 256.49º 0.77% 0.34% -
HSV(B) 256.49º 0.87% 0.59% -
XYZ 7.47 3.58 29.57 -
YUV 45.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 56 20 151 0.63 0.87 0 0.41 256.49 0.77 0.34
Hex 38 14 97 3F 57 0 29 100 4D 22
Octal 70 24 227 77 127 0 51 400 115 42
Binary 111000 10100 10010111 111111 1010111 0 101001 100000000 1001101 100010

Color Harmonies of #381497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381497

Black with #381497

Text Example


Text Example

White with #381497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381497; }

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

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

background-color css

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

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

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

border-color css

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

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

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