Html Css Color HEX #380070 Persian Indigo

📋 copy color: '#380070'

red 56 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #380070

Tints of Persian Indigo #380070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380070 (or 0x380070) is known color: Persian Indigo. HEX triplet: 38, 00 and 70. RGB value is (56,0,112). Sum of RGB (Red+Green+Blue) = 56+0+112=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #380070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380070 is #C7FF8F. Grayscale: #1D1D1D. Windows color (decimal): -13107088 or 7340088. OLE color: 7340088.

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

Color convert

RGB 56 0 112 -
CMYK 0.50 1 0 0.56
HSL 270º 1% 0.22% -
HSV(B) 270º 1% 0.44% -
XYZ 4.56 2.01 15.48 -
YUV 29.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 56 0 112 0.50 1 0 0.56 270 1 0.22
Hex 38 0 70 32 64 0 38 10E 64 16
Octal 70 0 160 62 144 0 70 416 144 26
Binary 111000 0 1110000 110010 1100100 0 111000 100001110 1100100 10110

Color Harmonies of #380070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380070

Black with #380070

Text Example


Text Example

White with #380070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380070; }

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

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

background-color css

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

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

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

border-color css

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

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

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