Html Css Color HEX #380270 Persian Indigo

📋 copy color: '#380270'

red 56 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #380270

Tints of Persian Indigo #380270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 32.94%
G = 1.18%
B = 65.88%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380270 (or 0x380270) is known color: Persian Indigo. HEX triplet: 38, 02 and 70. RGB value is (56,2,112). Sum of RGB (Red+Green+Blue) = 56+2+112=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #380270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380270 is #C7FD8F. Grayscale: #1E1E1E. Windows color (decimal): -13106576 or 7340600. OLE color: 7340600.

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

Color convert

RGB 56 2 112 -
CMYK 0.50 0.98 0 0.56
HSL 269.45º 0.96% 0.22% -
HSV(B) 269.45º 0.98% 0.44% -
XYZ 4.58 2.05 15.48 -
YUV 30.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 56 2 112 0.50 0.98 0 0.56 269.45 0.96 0.22
Hex 38 2 70 32 62 0 38 10D 60 16
Octal 70 2 160 62 142 0 70 415 140 26
Binary 111000 10 1110000 110010 1100010 0 111000 100001101 1100000 10110

Color Harmonies of #380270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380270

Black with #380270

Text Example


Text Example

White with #380270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380270; }

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

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

background-color css

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

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

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

border-color css

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

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

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