Html Css Color HEX #3B068B Persian Indigo

📋 copy color: '#3B068B'

red 59 ◦ green 6 ◦ blue 139

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

Shades of Persian Indigo #3B068B

Tints of Persian Indigo #3B068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 28.92%
G = 2.94%
B = 68.14%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B068B (or 0x3B068B) is known color: Persian Indigo. HEX triplet: 3B, 06 and 8B. RGB value is (59,6,139). Sum of RGB (Red+Green+Blue) = 59+6+139=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B068B is #C4F974. Grayscale: #242424. Windows color (decimal): -12908917 or 9111099. OLE color: 9111099.

HSL color Cylindrical-coordinate representation of color #3B068B: hue angle of 263.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B068B is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 6 139 -
CMYK 0.58 0.96 0 0.45
HSL 263.91º 0.92% 0.28% -
HSV(B) 263.91º 0.96% 0.55% -
XYZ 6.53 2.92 24.65 -
YUV 37.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 59 6 139 0.58 0.96 0 0.45 263.91 0.92 0.28
Hex 3B 6 8B 3A 60 0 2D 108 5C 1C
Octal 73 6 213 72 140 0 55 410 134 34
Binary 111011 110 10001011 111010 1100000 0 101101 100001000 1011100 11100

Color Harmonies of #3B068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B068B

Black with #3B068B

Text Example


Text Example

White with #3B068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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