Html Css Color HEX #380781 Persian Indigo

📋 copy color: '#380781'

red 56 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #380781

Tints of Persian Indigo #380781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

 BLUE value IS 129 (50.78% from 255) = 67.19%

R = 29.17%
G = 3.65%
B = 67.19%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380781 (or 0x380781) is known color: Persian Indigo. HEX triplet: 38, 07 and 81. RGB value is (56,7,129). Sum of RGB (Red+Green+Blue) = 56+7+129=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #380781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380781 is #C7F87E. Grayscale: #232323. Windows color (decimal): -13105279 or 8455992. OLE color: 8455992.

HSL color Cylindrical-coordinate representation of color #380781: hue angle of 264.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380781 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 7 129 -
CMYK 0.57 0.95 0 0.49
HSL 264.1º 0.9% 0.27% -
HSV(B) 264.1º 0.95% 0.51% -
XYZ 5.67 2.58 20.97 -
YUV 35.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 56 7 129 0.57 0.95 0 0.49 264.1 0.9 0.27
Hex 38 7 81 39 5F 0 31 108 5A 1B
Octal 70 7 201 71 137 0 61 410 132 33
Binary 111000 111 10000001 111001 1011111 0 110001 100001000 1011010 11011

Color Harmonies of #380781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380781

Black with #380781

Text Example


Text Example

White with #380781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380781; }

 p { color: rgb(56,7,129); }

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

background-color css

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

 a { background-color: rgb(56,7,129); }

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

border-color css

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

 span { border-color: rgb(56,7,129); }

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