Html Css Color HEX #2A2FB4 Persian Blue

📋 copy color: '#2A2FB4'

red 42 ◦ green 47 ◦ blue 180

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

Shades of Persian Blue #2A2FB4

Tints of Persian Blue #2A2FB4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

 BLUE value IS 180 (70.7% from 255) = 66.91%

R = 15.61%
G = 17.47%
B = 66.91%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2A2FB4 (or 0x2A2FB4) is known color: Persian Blue. HEX triplet: 2A, 2F and B4. RGB value is (42,47,180). Sum of RGB (Red+Green+Blue) = 42+47+180=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 180 (70.70% from 255 or 66.91% from 269); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A2FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FB4 is #D5D04B. Grayscale: #3C3C3C. Windows color (decimal): -14012492 or 11808554. OLE color: 11808554.

HSL color Cylindrical-coordinate representation of color #2A2FB4: hue angle of 237.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A2FB4 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 47 180 -
CMYK 0.77 0.74 0 0.29
HSL 237.83º 0.62% 0.44% -
HSV(B) 237.83º 0.77% 0.71% -
XYZ 10.21 5.82 43.77 -
YUV 60.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 42 47 180 0.77 0.74 0 0.29 237.83 0.62 0.44
Hex 2A 2F B4 4D 4A 0 1D EE 3E 2C
Octal 52 57 264 115 112 0 35 356 76 54
Binary 101010 101111 10110100 1001101 1001010 0 11101 11101110 111110 101100

Color Harmonies of #2A2FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2FB4

Black with #2A2FB4

Text Example


Text Example

White with #2A2FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,47,180); }

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

background-color css

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

 a { background-color: rgb(42,47,180); }

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

border-color css

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

 span { border-color: rgb(42,47,180); }

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