Html Css Color HEX #381085 Persian Indigo

📋 copy color: '#381085'

red 56 ◦ green 16 ◦ blue 133

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

Shades of Persian Indigo #381085

Tints of Persian Indigo #381085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 27.32%
G = 7.8%
B = 64.88%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#381085 (or 0x381085) is known color: Persian Indigo. HEX triplet: 38, 10 and 85. RGB value is (56,16,133). Sum of RGB (Red+Green+Blue) = 56+16+133=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #381085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381085 is #C7EF7A. Grayscale: #282828. Windows color (decimal): -13102971 or 8720440. OLE color: 8720440.

HSL color Cylindrical-coordinate representation of color #381085: hue angle of 260.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381085 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 16 133 -
CMYK 0.58 0.88 0 0.48
HSL 260.51º 0.79% 0.29% -
HSV(B) 260.51º 0.88% 0.52% -
XYZ 6.05 2.9 22.43 -
YUV 41.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 56 16 133 0.58 0.88 0 0.48 260.51 0.79 0.29
Hex 38 10 85 3A 58 0 30 105 4F 1D
Octal 70 20 205 72 130 0 60 405 117 35
Binary 111000 10000 10000101 111010 1011000 0 110000 100000101 1001111 11101

Color Harmonies of #381085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381085

Black with #381085

Text Example


Text Example

White with #381085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381085; }

 p { color: rgb(56,16,133); }

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

background-color css

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

 a { background-color: rgb(56,16,133); }

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

border-color css

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

 span { border-color: rgb(56,16,133); }

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