Html Css Color HEX #380892 Persian Indigo

📋 copy color: '#380892'

red 56 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #380892

Tints of Persian Indigo #380892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 26.67%
G = 3.81%
B = 69.52%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#380892 (or 0x380892) is known color: Persian Indigo. HEX triplet: 38, 08 and 92. RGB value is (56,8,146). Sum of RGB (Red+Green+Blue) = 56+8+146=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #380892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380892 is #C7F76D. Grayscale: #252525. Windows color (decimal): -13105006 or 9570360. OLE color: 9570360.

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

Color convert

RGB 56 8 146 -
CMYK 0.62 0.95 0 0.43
HSL 260.87º 0.9% 0.3% -
HSV(B) 260.87º 0.95% 0.57% -
XYZ 6.91 3.09 27.43 -
YUV 38.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 56 8 146 0.62 0.95 0 0.43 260.87 0.9 0.3
Hex 38 8 92 3E 5F 0 2B 105 5A 1E
Octal 70 10 222 76 137 0 53 405 132 36
Binary 111000 1000 10010010 111110 1011111 0 101011 100000101 1011010 11110

Color Harmonies of #380892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380892

Black with #380892

Text Example


Text Example

White with #380892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380892; }

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

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

background-color css

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

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

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

border-color css

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

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

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