Html Css Color HEX #380A70 Persian Indigo

📋 copy color: '#380A70'

red 56 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #380A70

Tints of Persian Indigo #380A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.62%

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

R = 31.46%
G = 5.62%
B = 62.92%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380A70 (or 0x380A70) is known color: Persian Indigo. HEX triplet: 38, 0A and 70. RGB value is (56,10,112). Sum of RGB (Red+Green+Blue) = 56+10+112=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #380A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A70 is #C7F58F. Grayscale: #232323. Windows color (decimal): -13104528 or 7342648. OLE color: 7342648.

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

Color convert

RGB 56 10 112 -
CMYK 0.50 0.91 0 0.56
HSL 267.06º 0.84% 0.24% -
HSV(B) 267.06º 0.91% 0.44% -
XYZ 4.66 2.23 15.51 -
YUV 35.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 56 10 112 0.50 0.91 0 0.56 267.06 0.84 0.24
Hex 38 A 70 32 5B 0 38 10B 54 18
Octal 70 12 160 62 133 0 70 413 124 30
Binary 111000 1010 1110000 110010 1011011 0 111000 100001011 1010100 11000

Color Harmonies of #380A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A70

Black with #380A70

Text Example


Text Example

White with #380A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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