Html Css Color HEX #3B0683 Persian Indigo

📋 copy color: '#3B0683'

red 59 ◦ green 6 ◦ blue 131

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

Shades of Persian Indigo #3B0683

Tints of Persian Indigo #3B0683

RGB

 RED value IS 59 (23.44% from 255) = 30.1%

 GREEN value IS 6 (2.73% from 255) = 3.06%

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

R = 30.1%
G = 3.06%
B = 66.84%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B0683 (or 0x3B0683) is known color: Persian Indigo. HEX triplet: 3B, 06 and 83. RGB value is (59,6,131). Sum of RGB (Red+Green+Blue) = 59+6+131=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B0683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0683 is #C4F97C. Grayscale: #232323. Windows color (decimal): -12908925 or 8586811. OLE color: 8586811.

HSL color Cylindrical-coordinate representation of color #3B0683: hue angle of 265.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0683 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 6 131 -
CMYK 0.55 0.95 0 0.49
HSL 265.44º 0.91% 0.27% -
HSV(B) 265.44º 0.95% 0.51% -
XYZ 5.97 2.7 21.68 -
YUV 36.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 59 6 131 0.55 0.95 0 0.49 265.44 0.91 0.27
Hex 3B 6 83 37 5F 0 31 109 5B 1B
Octal 73 6 203 67 137 0 61 411 133 33
Binary 111011 110 10000011 110111 1011111 0 110001 100001001 1011011 11011

Color Harmonies of #3B0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0683

Black with #3B0683

Text Example


Text Example

White with #3B0683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0683; }

 p { color: rgb(59,6,131); }

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

background-color css

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

 a { background-color: rgb(59,6,131); }

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

border-color css

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

 span { border-color: rgb(59,6,131); }

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