Html Css Color HEX #3B078A Persian Indigo

📋 copy color: '#3B078A'

red 59 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #3B078A

Tints of Persian Indigo #3B078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 28.92%
G = 3.43%
B = 67.65%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B078A (or 0x3B078A) is known color: Persian Indigo. HEX triplet: 3B, 07 and 8A. RGB value is (59,7,138). Sum of RGB (Red+Green+Blue) = 59+7+138=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B078A is #C4F875. Grayscale: #252525. Windows color (decimal): -12908662 or 9045819. OLE color: 9045819.

HSL color Cylindrical-coordinate representation of color #3B078A: hue angle of 263.82º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B078A is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 7 138 -
CMYK 0.57 0.95 0 0.46
HSL 263.82º 0.9% 0.28% -
HSV(B) 263.82º 0.95% 0.54% -
XYZ 6.47 2.92 24.27 -
YUV 37.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 59 7 138 0.57 0.95 0 0.46 263.82 0.9 0.28
Hex 3B 7 8A 39 5F 0 2E 108 5A 1C
Octal 73 7 212 71 137 0 56 410 132 34
Binary 111011 111 10001010 111001 1011111 0 101110 100001000 1011010 11100

Color Harmonies of #3B078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B078A

Black with #3B078A

Text Example


Text Example

White with #3B078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,7,138); }

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

background-color css

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

 a { background-color: rgb(59,7,138); }

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

border-color css

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

 span { border-color: rgb(59,7,138); }

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