Html Css Color HEX #380181 Persian Indigo

📋 copy color: '#380181'

red 56 ◦ green 1 ◦ blue 129

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

Shades of Persian Indigo #380181

Tints of Persian Indigo #380181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 30.11%
G = 0.54%
B = 69.35%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380181 (or 0x380181) is known color: Persian Indigo. HEX triplet: 38, 01 and 81. RGB value is (56,1,129). Sum of RGB (Red+Green+Blue) = 56+1+129=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #380181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380181 is #C7FE7E. Grayscale: #1F1F1F. Windows color (decimal): -13106815 or 8454456. OLE color: 8454456.

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

Color convert

RGB 56 1 129 -
CMYK 0.57 0.99 0 0.49
HSL 265.78º 0.98% 0.25% -
HSV(B) 265.78º 0.99% 0.51% -
XYZ 5.6 2.45 20.95 -
YUV 32.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 56 1 129 0.57 0.99 0 0.49 265.78 0.98 0.25
Hex 38 1 81 39 63 0 31 10A 62 19
Octal 70 1 201 71 143 0 61 412 142 31
Binary 111000 1 10000001 111001 1100011 0 110001 100001010 1100010 11001

Color Harmonies of #380181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380181

Black with #380181

Text Example


Text Example

White with #380181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380181; }

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

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

background-color css

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

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

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

border-color css

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

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

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