Html Css Color HEX #28037A Persian Indigo

📋 copy color: '#28037A'

red 40 ◦ green 3 ◦ blue 122

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

Shades of Persian Indigo #28037A

Tints of Persian Indigo #28037A

RGB

 RED value IS 40 (16.02% from 255) = 24.24%

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 122 (48.05% from 255) = 73.94%

R = 24.24%
G = 1.82%
B = 73.94%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28037A (or 0x28037A) is known color: Persian Indigo. HEX triplet: 28, 03 and 7A. RGB value is (40,3,122). Sum of RGB (Red+Green+Blue) = 40+3+122=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #28037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28037A is #D7FC85. Grayscale: #1B1B1B. Windows color (decimal): -14154886 or 7996200. OLE color: 7996200.

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

Color convert

RGB 40 3 122 -
CMYK 0.67 0.98 0 0.52
HSL 258.66º 0.95% 0.25% -
HSV(B) 258.66º 0.98% 0.48% -
XYZ 4.42 1.92 18.55 -
YUV 27.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 40 3 122 0.67 0.98 0 0.52 258.66 0.95 0.25
Hex 28 3 7A 43 62 0 34 103 5F 19
Octal 50 3 172 103 142 0 64 403 137 31
Binary 101000 11 1111010 1000011 1100010 0 110100 100000011 1011111 11001

Color Harmonies of #28037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28037A

Black with #28037A

Text Example


Text Example

White with #28037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28037A; }

 p { color: rgb(40,3,122); }

 H1.HeaderClassName
 {
   color: #28037A;
 }
 .AnyTagClassName
 {
   color: #28037A;
 }
</style>

background-color css

<style>
 a { background-color: #28037A; }

 a { background-color: rgb(40,3,122); }

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

border-color css

<style>
 span { border-color: #28037A; }

 span { border-color: rgb(40,3,122); }

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