Html Css Color HEX #380570 Persian Indigo

📋 copy color: '#380570'

red 56 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #380570

Tints of Persian Indigo #380570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 32.37%
G = 2.89%
B = 64.74%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380570 (or 0x380570) is known color: Persian Indigo. HEX triplet: 38, 05 and 70. RGB value is (56,5,112). Sum of RGB (Red+Green+Blue) = 56+5+112=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #380570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380570 is #C7FA8F. Grayscale: #202020. Windows color (decimal): -13105808 or 7341368. OLE color: 7341368.

HSL color Cylindrical-coordinate representation of color #380570: hue angle of 268.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380570 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 5 112 -
CMYK 0.50 0.96 0 0.56
HSL 268.6º 0.91% 0.23% -
HSV(B) 268.6º 0.96% 0.44% -
XYZ 4.61 2.12 15.5 -
YUV 32.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 56 5 112 0.50 0.96 0 0.56 268.6 0.91 0.23
Hex 38 5 70 32 60 0 38 10D 5B 17
Octal 70 5 160 62 140 0 70 415 133 27
Binary 111000 101 1110000 110010 1100000 0 111000 100001101 1011011 10111

Color Harmonies of #380570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380570

Black with #380570

Text Example


Text Example

White with #380570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380570; }

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

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

background-color css

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

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

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

border-color css

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

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

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