Html Css Color HEX #380183 Persian Indigo

📋 copy color: '#380183'

red 56 ◦ green 1 ◦ blue 131

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

Shades of Persian Indigo #380183

Tints of Persian Indigo #380183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 29.79%
G = 0.53%
B = 69.68%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380183 (or 0x380183) is known color: Persian Indigo. HEX triplet: 38, 01 and 83. RGB value is (56,1,131). Sum of RGB (Red+Green+Blue) = 56+1+131=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #380183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380183 is #C7FE7C. Grayscale: #1F1F1F. Windows color (decimal): -13106813 or 8585528. OLE color: 8585528.

HSL color Cylindrical-coordinate representation of color #380183: hue angle of 265.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380183 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 1 131 -
CMYK 0.57 0.99 0 0.49
HSL 265.38º 0.98% 0.26% -
HSV(B) 265.38º 0.99% 0.51% -
XYZ 5.74 2.5 21.65 -
YUV 32.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 56 1 131 0.57 0.99 0 0.49 265.38 0.98 0.26
Hex 38 1 83 39 63 0 31 109 62 1A
Octal 70 1 203 71 143 0 61 411 142 32
Binary 111000 1 10000011 111001 1100011 0 110001 100001001 1100010 11010

Color Harmonies of #380183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380183

Black with #380183

Text Example


Text Example

White with #380183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380183; }

 p { color: rgb(56,1,131); }

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

background-color css

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

 a { background-color: rgb(56,1,131); }

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

border-color css

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

 span { border-color: rgb(56,1,131); }

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