Html Css Color HEX #380671 Persian Indigo

📋 copy color: '#380671'

red 56 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #380671

Tints of Persian Indigo #380671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 32%
G = 3.43%
B = 64.57%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380671 (or 0x380671) is known color: Persian Indigo. HEX triplet: 38, 06 and 71. RGB value is (56,6,113). Sum of RGB (Red+Green+Blue) = 56+6+113=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #380671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380671 is #C7F98E. Grayscale: #202020. Windows color (decimal): -13105551 or 7407160. OLE color: 7407160.

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

Color convert

RGB 56 6 113 -
CMYK 0.50 0.95 0 0.56
HSL 268.04º 0.9% 0.23% -
HSV(B) 268.04º 0.95% 0.44% -
XYZ 4.68 2.16 15.79 -
YUV 33.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 56 6 113 0.50 0.95 0 0.56 268.04 0.9 0.23
Hex 38 6 71 32 5F 0 38 10C 5A 17
Octal 70 6 161 62 137 0 70 414 132 27
Binary 111000 110 1110001 110010 1011111 0 111000 100001100 1011010 10111

Color Harmonies of #380671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380671

Black with #380671

Text Example


Text Example

White with #380671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380671; }

 p { color: rgb(56,6,113); }

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

background-color css

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

 a { background-color: rgb(56,6,113); }

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

border-color css

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

 span { border-color: rgb(56,6,113); }

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