Html Css Color HEX #380592 Persian Indigo

📋 copy color: '#380592'

red 56 ◦ green 5 ◦ blue 146

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

Shades of Persian Indigo #380592

Tints of Persian Indigo #380592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 27.05%
G = 2.42%
B = 70.53%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#380592 (or 0x380592) is known color: Persian Indigo. HEX triplet: 38, 05 and 92. RGB value is (56,5,146). Sum of RGB (Red+Green+Blue) = 56+5+146=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #380592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380592 is #C7FA6D. Grayscale: #232323. Windows color (decimal): -13105774 or 9569592. OLE color: 9569592.

HSL color Cylindrical-coordinate representation of color #380592: hue angle of 261.7º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380592 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 5 146 -
CMYK 0.62 0.97 0 0.43
HSL 261.7º 0.93% 0.3% -
HSV(B) 261.7º 0.97% 0.57% -
XYZ 6.87 3.02 27.42 -
YUV 36.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 56 5 146 0.62 0.97 0 0.43 261.7 0.93 0.3
Hex 38 5 92 3E 61 0 2B 106 5D 1E
Octal 70 5 222 76 141 0 53 406 135 36
Binary 111000 101 10010010 111110 1100001 0 101011 100000110 1011101 11110

Color Harmonies of #380592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380592

Black with #380592

Text Example


Text Example

White with #380592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380592; }

 p { color: rgb(56,5,146); }

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

background-color css

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

 a { background-color: rgb(56,5,146); }

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

border-color css

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

 span { border-color: rgb(56,5,146); }

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