Html Css Color HEX #380795 Persian Indigo

📋 copy color: '#380795'

red 56 ◦ green 7 ◦ blue 149

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

Shades of Persian Indigo #380795

Tints of Persian Indigo #380795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 26.42%
G = 3.3%
B = 70.28%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380795 (or 0x380795) is known color: Persian Indigo. HEX triplet: 38, 07 and 95. RGB value is (56,7,149). Sum of RGB (Red+Green+Blue) = 56+7+149=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #380795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380795 is #C7F86A. Grayscale: #252525. Windows color (decimal): -13105259 or 9766712. OLE color: 9766712.

HSL color Cylindrical-coordinate representation of color #380795: hue angle of 260.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380795 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 7 149 -
CMYK 0.62 0.95 0 0.42
HSL 260.7º 0.91% 0.31% -
HSV(B) 260.7º 0.95% 0.58% -
XYZ 7.13 3.16 28.67 -
YUV 37.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 56 7 149 0.62 0.95 0 0.42 260.7 0.91 0.31
Hex 38 7 95 3E 5F 0 2A 105 5B 1F
Octal 70 7 225 76 137 0 52 405 133 37
Binary 111000 111 10010101 111110 1011111 0 101010 100000101 1011011 11111

Color Harmonies of #380795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380795

Black with #380795

Text Example


Text Example

White with #380795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380795; }

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

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

background-color css

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

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

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

border-color css

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

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

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