Html Css Color HEX #3C077B Persian Indigo

📋 copy color: '#3C077B'

red 60 ◦ green 7 ◦ blue 123

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

Shades of Persian Indigo #3C077B

Tints of Persian Indigo #3C077B

RGB

 RED value IS 60 (23.83% from 255) = 31.58%

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

 BLUE value IS 123 (48.44% from 255) = 64.74%

R = 31.58%
G = 3.68%
B = 64.74%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C077B (or 0x3C077B) is known color: Persian Indigo. HEX triplet: 3C, 07 and 7B. RGB value is (60,7,123). Sum of RGB (Red+Green+Blue) = 60+7+123=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C077B is #C3F884. Grayscale: #232323. Windows color (decimal): -12843141 or 8062780. OLE color: 8062780.

HSL color Cylindrical-coordinate representation of color #3C077B: hue angle of 267.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C077B is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 7 123 -
CMYK 0.51 0.94 0 0.52
HSL 267.41º 0.89% 0.25% -
HSV(B) 267.41º 0.94% 0.48% -
XYZ 5.51 2.54 18.94 -
YUV 36.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 60 7 123 0.51 0.94 0 0.52 267.41 0.89 0.25
Hex 3C 7 7B 33 5E 0 34 10B 59 19
Octal 74 7 173 63 136 0 64 413 131 31
Binary 111100 111 1111011 110011 1011110 0 110100 100001011 1011001 11001

Color Harmonies of #3C077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C077B

Black with #3C077B

Text Example


Text Example

White with #3C077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,123); }

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

background-color css

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

 a { background-color: rgb(60,7,123); }

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

border-color css

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

 span { border-color: rgb(60,7,123); }

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