Html Css Color HEX #2D268A Persian Indigo

📋 copy color: '#2D268A'

red 45 ◦ green 38 ◦ blue 138

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

Shades of Persian Indigo #2D268A

Tints of Persian Indigo #2D268A

RGB

 RED value IS 45 (17.97% from 255) = 20.36%

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 138 (54.3% from 255) = 62.44%

R = 20.36%
G = 17.19%
B = 62.44%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D268A (or 0x2D268A) is known color: Persian Indigo. HEX triplet: 2D, 26 and 8A. RGB value is (45,38,138). Sum of RGB (Red+Green+Blue) = 45+38+138=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D268A is #D2D975. Grayscale: #333333. Windows color (decimal): -13818230 or 9053741. OLE color: 9053741.

HSL color Cylindrical-coordinate representation of color #2D268A: hue angle of 244.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D268A is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 38 138 -
CMYK 0.67 0.72 0 0.46
HSL 244.2º 0.57% 0.35% -
HSV(B) 244.2º 0.72% 0.54% -
XYZ 6.36 3.78 24.44 -
YUV 51.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 45 38 138 0.67 0.72 0 0.46 244.2 0.57 0.35
Hex 2D 26 8A 43 48 0 2E F4 39 23
Octal 55 46 212 103 110 0 56 364 71 43
Binary 101101 100110 10001010 1000011 1001000 0 101110 11110100 111001 100011

Color Harmonies of #2D268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D268A

Black with #2D268A

Text Example


Text Example

White with #2D268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,38,138); }

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

background-color css

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

 a { background-color: rgb(45,38,138); }

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

border-color css

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

 span { border-color: rgb(45,38,138); }

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