Html Css Color HEX #2A068C Persian Indigo

📋 copy color: '#2A068C'

red 42 ◦ green 6 ◦ blue 140

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

Shades of Persian Indigo #2A068C

Tints of Persian Indigo #2A068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.47%

R = 22.34%
G = 3.19%
B = 74.47%

CMYK

 C value IS 0.7

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A068C (or 0x2A068C) is known color: Persian Indigo. HEX triplet: 2A, 06 and 8C. RGB value is (42,6,140). Sum of RGB (Red+Green+Blue) = 42+6+140=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A068C is #D5F973. Grayscale: #1F1F1F. Windows color (decimal): -14023028 or 9176618. OLE color: 9176618.

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

Color convert

RGB 42 6 140 -
CMYK 0.7 0.96 0 0.45
HSL 256.12º 0.92% 0.29% -
HSV(B) 256.12º 0.96% 0.55% -
XYZ 5.75 2.52 24.99 -
YUV 32.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 42 6 140 0.7 0.96 0 0.45 256.12 0.92 0.29
Hex 2A 6 8C 46 60 0 2D 100 5C 1D
Octal 52 6 214 106 140 0 55 400 134 35
Binary 101010 110 10001100 1000110 1100000 0 101101 100000000 1011100 11101

Color Harmonies of #2A068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A068C

Black with #2A068C

Text Example


Text Example

White with #2A068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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