Html Css Color HEX #380490 Persian Indigo

📋 copy color: '#380490'

red 56 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #380490

Tints of Persian Indigo #380490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 144 (56.64% from 255) = 70.59%

R = 27.45%
G = 1.96%
B = 70.59%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#380490 (or 0x380490) is known color: Persian Indigo. HEX triplet: 38, 04 and 90. RGB value is (56,4,144). Sum of RGB (Red+Green+Blue) = 56+4+144=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #380490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380490 is #C7FB6F. Grayscale: #232323. Windows color (decimal): -13106032 or 9438264. OLE color: 9438264.

HSL color Cylindrical-coordinate representation of color #380490: hue angle of 262.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380490 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 4 144 -
CMYK 0.61 0.97 0 0.44
HSL 262.29º 0.95% 0.29% -
HSV(B) 262.29º 0.97% 0.56% -
XYZ 6.71 2.94 26.6 -
YUV 35.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 56 4 144 0.61 0.97 0 0.44 262.29 0.95 0.29
Hex 38 4 90 3D 61 0 2C 106 5F 1D
Octal 70 4 220 75 141 0 54 406 137 35
Binary 111000 100 10010000 111101 1100001 0 101100 100000110 1011111 11101

Color Harmonies of #380490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380490

Black with #380490

Text Example


Text Example

White with #380490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380490; }

 p { color: rgb(56,4,144); }

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

background-color css

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

 a { background-color: rgb(56,4,144); }

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

border-color css

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

 span { border-color: rgb(56,4,144); }

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