Html Css Color HEX #380985 Persian Indigo

📋 copy color: '#380985'

red 56 ◦ green 9 ◦ blue 133

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

Shades of Persian Indigo #380985

Tints of Persian Indigo #380985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 28.28%
G = 4.55%
B = 67.17%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380985 (or 0x380985) is known color: Persian Indigo. HEX triplet: 38, 09 and 85. RGB value is (56,9,133). Sum of RGB (Red+Green+Blue) = 56+9+133=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #380985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380985 is #C7F67A. Grayscale: #242424. Windows color (decimal): -13104763 or 8718648. OLE color: 8718648.

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

Color convert

RGB 56 9 133 -
CMYK 0.58 0.93 0 0.48
HSL 262.74º 0.87% 0.28% -
HSV(B) 262.74º 0.93% 0.52% -
XYZ 5.96 2.73 22.4 -
YUV 37.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 56 9 133 0.58 0.93 0 0.48 262.74 0.87 0.28
Hex 38 9 85 3A 5D 0 30 107 57 1C
Octal 70 11 205 72 135 0 60 407 127 34
Binary 111000 1001 10000101 111010 1011101 0 110000 100000111 1010111 11100

Color Harmonies of #380985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380985

Black with #380985

Text Example


Text Example

White with #380985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380985; }

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

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

background-color css

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

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

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

border-color css

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

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

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