Html Css Color HEX #380475 Persian Indigo

📋 copy color: '#380475'

red 56 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #380475

Tints of Persian Indigo #380475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 31.64%
G = 2.26%
B = 66.1%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380475 (or 0x380475) is known color: Persian Indigo. HEX triplet: 38, 04 and 75. RGB value is (56,4,117). Sum of RGB (Red+Green+Blue) = 56+4+117=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #380475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380475 is #C7FB8A. Grayscale: #202020. Windows color (decimal): -13106059 or 7668792. OLE color: 7668792.

HSL color Cylindrical-coordinate representation of color #380475: hue angle of 267.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380475 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 4 117 -
CMYK 0.52 0.97 0 0.54
HSL 267.61º 0.93% 0.24% -
HSV(B) 267.61º 0.97% 0.46% -
XYZ 4.89 2.21 17 -
YUV 32.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 56 4 117 0.52 0.97 0 0.54 267.61 0.93 0.24
Hex 38 4 75 34 61 0 36 10C 5D 18
Octal 70 4 165 64 141 0 66 414 135 30
Binary 111000 100 1110101 110100 1100001 0 110110 100001100 1011101 11000

Color Harmonies of #380475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380475

Black with #380475

Text Example


Text Example

White with #380475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380475; }

 p { color: rgb(56,4,117); }

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

background-color css

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

 a { background-color: rgb(56,4,117); }

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

border-color css

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

 span { border-color: rgb(56,4,117); }

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