Html Css Color HEX #381297 Persian Indigo

📋 copy color: '#381297'

red 56 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #381297

Tints of Persian Indigo #381297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 24.89%
G = 8%
B = 67.11%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#381297 (or 0x381297) is known color: Persian Indigo. HEX triplet: 38, 12 and 97. RGB value is (56,18,151). Sum of RGB (Red+Green+Blue) = 56+18+151=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #381297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381297 is #C7ED68. Grayscale: #2C2C2C. Windows color (decimal): -13102441 or 9900600. OLE color: 9900600.

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

Color convert

RGB 56 18 151 -
CMYK 0.63 0.88 0 0.41
HSL 257.14º 0.79% 0.33% -
HSV(B) 257.14º 0.88% 0.59% -
XYZ 7.43 3.51 29.56 -
YUV 44.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 56 18 151 0.63 0.88 0 0.41 257.14 0.79 0.33
Hex 38 12 97 3F 58 0 29 101 4F 21
Octal 70 22 227 77 130 0 51 401 117 41
Binary 111000 10010 10010111 111111 1011000 0 101001 100000001 1001111 100001

Color Harmonies of #381297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381297

Black with #381297

Text Example


Text Example

White with #381297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381297; }

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

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

background-color css

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

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

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

border-color css

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

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

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