Html Css Color HEX #380D70 Persian Indigo

📋 copy color: '#380D70'

red 56 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #380D70

Tints of Persian Indigo #380D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.18%

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 30.94%
G = 7.18%
B = 61.88%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380D70 (or 0x380D70) is known color: Persian Indigo. HEX triplet: 38, 0D and 70. RGB value is (56,13,112). Sum of RGB (Red+Green+Blue) = 56+13+112=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #380D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D70 is #C7F28F. Grayscale: #242424. Windows color (decimal): -13103760 or 7343416. OLE color: 7343416.

HSL color Cylindrical-coordinate representation of color #380D70: hue angle of 266.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380D70 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 13 112 -
CMYK 0.50 0.88 0 0.56
HSL 266.06º 0.79% 0.25% -
HSV(B) 266.06º 0.88% 0.44% -
XYZ 4.7 2.3 15.53 -
YUV 37.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 56 13 112 0.50 0.88 0 0.56 266.06 0.79 0.25
Hex 38 D 70 32 58 0 38 10A 4F 19
Octal 70 15 160 62 130 0 70 412 117 31
Binary 111000 1101 1110000 110010 1011000 0 111000 100001010 1001111 11001

Color Harmonies of #380D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D70

Black with #380D70

Text Example


Text Example

White with #380D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D70; }

 p { color: rgb(56,13,112); }

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

background-color css

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

 a { background-color: rgb(56,13,112); }

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

border-color css

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

 span { border-color: rgb(56,13,112); }

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