Html Css Color HEX #380778 Persian Indigo

📋 copy color: '#380778'

red 56 ◦ green 7 ◦ blue 120

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

Shades of Persian Indigo #380778

Tints of Persian Indigo #380778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 30.6%
G = 3.83%
B = 65.57%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#380778 (or 0x380778) is known color: Persian Indigo. HEX triplet: 38, 07 and 78. RGB value is (56,7,120). Sum of RGB (Red+Green+Blue) = 56+7+120=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #380778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380778 is #C7F887. Grayscale: #222222. Windows color (decimal): -13105288 or 7866168. OLE color: 7866168.

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

Color convert

RGB 56 7 120 -
CMYK 0.53 0.94 0 0.53
HSL 266.02º 0.89% 0.25% -
HSV(B) 266.02º 0.94% 0.47% -
XYZ 5.1 2.35 17.95 -
YUV 34.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 56 7 120 0.53 0.94 0 0.53 266.02 0.89 0.25
Hex 38 7 78 35 5E 0 35 10A 59 19
Octal 70 7 170 65 136 0 65 412 131 31
Binary 111000 111 1111000 110101 1011110 0 110101 100001010 1011001 11001

Color Harmonies of #380778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380778

Black with #380778

Text Example


Text Example

White with #380778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380778; }

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

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

background-color css

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

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

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

border-color css

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

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

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