Html Css Color HEX #381273 Persian Indigo

📋 copy color: '#381273'

red 56 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #381273

Tints of Persian Indigo #381273

RGB

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

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

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

R = 29.63%
G = 9.52%
B = 60.85%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381273 (or 0x381273) is known color: Persian Indigo. HEX triplet: 38, 12 and 73. RGB value is (56,18,115). Sum of RGB (Red+Green+Blue) = 56+18+115=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #381273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381273 is #C7ED8C. Grayscale: #282828. Windows color (decimal): -13102477 or 7541304. OLE color: 7541304.

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

Color convert

RGB 56 18 115 -
CMYK 0.51 0.84 0 0.55
HSL 263.51º 0.73% 0.26% -
HSV(B) 263.51º 0.84% 0.45% -
XYZ 4.94 2.51 16.44 -
YUV 40.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 56 18 115 0.51 0.84 0 0.55 263.51 0.73 0.26
Hex 38 12 73 33 54 0 37 108 49 1A
Octal 70 22 163 63 124 0 67 410 111 32
Binary 111000 10010 1110011 110011 1010100 0 110111 100001000 1001001 11010

Color Harmonies of #381273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381273

Black with #381273

Text Example


Text Example

White with #381273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381273; }

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

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

background-color css

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

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

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

border-color css

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

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

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