Html Css Color HEX #381779 Persian Indigo

📋 copy color: '#381779'

red 56 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #381779

Tints of Persian Indigo #381779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 28%
G = 11.5%
B = 60.5%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381779 (or 0x381779) is known color: Persian Indigo. HEX triplet: 38, 17 and 79. RGB value is (56,23,121). Sum of RGB (Red+Green+Blue) = 56+23+121=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #381779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381779 is #C7E886. Grayscale: #2B2B2B. Windows color (decimal): -13101191 or 7935800. OLE color: 7935800.

HSL color Cylindrical-coordinate representation of color #381779: hue angle of 260.2º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381779 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 23 121 -
CMYK 0.54 0.81 0 0.53
HSL 260.2º 0.68% 0.28% -
HSV(B) 260.2º 0.81% 0.47% -
XYZ 5.39 2.83 18.35 -
YUV 44.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 56 23 121 0.54 0.81 0 0.53 260.2 0.68 0.28
Hex 38 17 79 36 51 0 35 104 44 1C
Octal 70 27 171 66 121 0 65 404 104 34
Binary 111000 10111 1111001 110110 1010001 0 110101 100000100 1000100 11100

Color Harmonies of #381779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381779

Black with #381779

Text Example


Text Example

White with #381779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381779; }

 p { color: rgb(56,23,121); }

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

background-color css

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

 a { background-color: rgb(56,23,121); }

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

border-color css

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

 span { border-color: rgb(56,23,121); }

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