Html Css Color HEX #380474 Persian Indigo

📋 copy color: '#380474'

red 56 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #380474

Tints of Persian Indigo #380474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 31.82%
G = 2.27%
B = 65.91%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380474 (or 0x380474) is known color: Persian Indigo. HEX triplet: 38, 04 and 74. RGB value is (56,4,116). Sum of RGB (Red+Green+Blue) = 56+4+116=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #380474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380474 is #C7FB8B. Grayscale: #1F1F1F. Windows color (decimal): -13106060 or 7603256. OLE color: 7603256.

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

Color convert

RGB 56 4 116 -
CMYK 0.52 0.97 0 0.55
HSL 267.86º 0.93% 0.24% -
HSV(B) 267.86º 0.97% 0.45% -
XYZ 4.83 2.19 16.69 -
YUV 32.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 56 4 116 0.52 0.97 0 0.55 267.86 0.93 0.24
Hex 38 4 74 34 61 0 37 10C 5D 18
Octal 70 4 164 64 141 0 67 414 135 30
Binary 111000 100 1110100 110100 1100001 0 110111 100001100 1011101 11000

Color Harmonies of #380474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380474

Black with #380474

Text Example


Text Example

White with #380474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380474; }

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

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

background-color css

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

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

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

border-color css

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

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

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