Html Css Color HEX #28027B Persian Indigo

📋 copy color: '#28027B'

red 40 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #28027B

Tints of Persian Indigo #28027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 24.24%
G = 1.21%
B = 74.55%

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

#28027B (or 0x28027B) is known color: Persian Indigo. HEX triplet: 28, 02 and 7B. RGB value is (40,2,123). Sum of RGB (Red+Green+Blue) = 40+2+123=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #28027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28027B is #D7FD84. Grayscale: #1A1A1A. Windows color (decimal): -14155141 or 8061480. OLE color: 8061480.

HSL color Cylindrical-coordinate representation of color #28027B: hue angle of 258.84º degrees, saturation: 0.97, 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 #28027B is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 2 123 -
CMYK 0.67 0.98 0 0.52
HSL 258.84º 0.97% 0.25% -
HSV(B) 258.84º 0.98% 0.48% -
XYZ 4.47 1.92 18.87 -
YUV 27.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 40 2 123 0.67 0.98 0 0.52 258.84 0.97 0.25
Hex 28 2 7B 43 62 0 34 103 61 19
Octal 50 2 173 103 142 0 64 403 141 31
Binary 101000 10 1111011 1000011 1100010 0 110100 100000011 1100001 11001

Color Harmonies of #28027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28027B

Black with #28027B

Text Example


Text Example

White with #28027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28027B; }

 p { color: rgb(40,2,123); }

 H1.HeaderClassName
 {
   color: #28027B;
 }
 .AnyTagClassName
 {
   color: #28027B;
 }
</style>

background-color css

<style>
 a { background-color: #28027B; }

 a { background-color: rgb(40,2,123); }

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

border-color css

<style>
 span { border-color: #28027B; }

 span { border-color: rgb(40,2,123); }

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