Html Css Color HEX #2A30A5 Persian Blue

📋 copy color: '#2A30A5'

red 42 ◦ green 48 ◦ blue 165

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

Shades of Persian Blue #2A30A5

Tints of Persian Blue #2A30A5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 165 (64.84% from 255) = 64.71%

R = 16.47%
G = 18.82%
B = 64.71%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2A30A5 (or 0x2A30A5) is known color: Persian Blue. HEX triplet: 2A, 30 and A5. RGB value is (42,48,165). Sum of RGB (Red+Green+Blue) = 42+48+165=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #2A30A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A30A5 is #D5CF5A. Grayscale: #3B3B3B. Windows color (decimal): -14012251 or 10825770. OLE color: 10825770.

HSL color Cylindrical-coordinate representation of color #2A30A5: hue angle of 237.07º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A30A5 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 48 165 -
CMYK 0.75 0.71 0 0.35
HSL 237.07º 0.59% 0.41% -
HSV(B) 237.07º 0.75% 0.65% -
XYZ 8.8 5.32 36.16 -
YUV 59.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 42 48 165 0.75 0.71 0 0.35 237.07 0.59 0.41
Hex 2A 30 A5 4B 47 0 23 ED 3B 29
Octal 52 60 245 113 107 0 43 355 73 51
Binary 101010 110000 10100101 1001011 1000111 0 100011 11101101 111011 101001

Color Harmonies of #2A30A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A30A5

Black with #2A30A5

Text Example


Text Example

White with #2A30A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,48,165); }

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

background-color css

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

 a { background-color: rgb(42,48,165); }

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

border-color css

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

 span { border-color: rgb(42,48,165); }

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