Html Css Color HEX #381378 Persian Indigo

📋 copy color: '#381378'

red 56 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #381378

Tints of Persian Indigo #381378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.54%

R = 28.72%
G = 9.74%
B = 61.54%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381378 (or 0x381378) is known color: Persian Indigo. HEX triplet: 38, 13 and 78. RGB value is (56,19,120). Sum of RGB (Red+Green+Blue) = 56+19+120=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #381378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381378 is #C7EC87. Grayscale: #292929. Windows color (decimal): -13102216 or 7869240. OLE color: 7869240.

HSL color Cylindrical-coordinate representation of color #381378: hue angle of 261.98º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381378 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 19 120 -
CMYK 0.53 0.84 0 0.53
HSL 261.98º 0.73% 0.27% -
HSV(B) 261.98º 0.84% 0.47% -
XYZ 5.25 2.66 18.01 -
YUV 41.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 56 19 120 0.53 0.84 0 0.53 261.98 0.73 0.27
Hex 38 13 78 35 54 0 35 106 49 1B
Octal 70 23 170 65 124 0 65 406 111 33
Binary 111000 10011 1111000 110101 1010100 0 110101 100000110 1001001 11011

Color Harmonies of #381378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381378

Black with #381378

Text Example


Text Example

White with #381378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381378; }

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

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

background-color css

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

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

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

border-color css

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

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

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