Html Css Color HEX #2A067B Persian Indigo

📋 copy color: '#2A067B'

red 42 ◦ green 6 ◦ blue 123

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

Shades of Persian Indigo #2A067B

Tints of Persian Indigo #2A067B

RGB

 RED value IS 42 (16.8% from 255) = 24.56%

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

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

R = 24.56%
G = 3.51%
B = 71.93%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2A067B (or 0x2A067B) is known color: Persian Indigo. HEX triplet: 2A, 06 and 7B. RGB value is (42,6,123). Sum of RGB (Red+Green+Blue) = 42+6+123=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A067B is #D5F984. Grayscale: #1D1D1D. Windows color (decimal): -14023045 or 8062506. OLE color: 8062506.

HSL color Cylindrical-coordinate representation of color #2A067B: hue angle of 258.46º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A067B is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 42 6 123 -
CMYK 0.66 0.95 0 0.52
HSL 258.46º 0.91% 0.25% -
HSV(B) 258.46º 0.95% 0.48% -
XYZ 4.6 2.05 18.89 -
YUV 30.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 42 6 123 0.66 0.95 0 0.52 258.46 0.91 0.25
Hex 2A 6 7B 42 5F 0 34 102 5B 19
Octal 52 6 173 102 137 0 64 402 133 31
Binary 101010 110 1111011 1000010 1011111 0 110100 100000010 1011011 11001

Color Harmonies of #2A067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A067B

Black with #2A067B

Text Example


Text Example

White with #2A067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A067B; }

 p { color: rgb(42,6,123); }

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

background-color css

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

 a { background-color: rgb(42,6,123); }

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

border-color css

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

 span { border-color: rgb(42,6,123); }

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