Html Css Color HEX #261EAB Persian Blue

📋 copy color: '#261EAB'

red 38 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #261EAB

Tints of Persian Blue #261EAB

RGB

 RED value IS 38 (15.23% from 255) = 15.9%

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 15.9%
G = 12.55%
B = 71.55%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#261EAB (or 0x261EAB) is known color: Persian Blue. HEX triplet: 26, 1E and AB. RGB value is (38,30,171). Sum of RGB (Red+Green+Blue) = 38+30+171=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #261EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261EAB is #D9E154. Grayscale: #2F2F2F. Windows color (decimal): -14278997 or 11214374. OLE color: 11214374.

HSL color Cylindrical-coordinate representation of color #261EAB: hue angle of 243.4º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261EAB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 30 171 -
CMYK 0.78 0.82 0 0.33
HSL 243.4º 0.7% 0.39% -
HSV(B) 243.4º 0.82% 0.67% -
XYZ 8.61 4.28 38.9 -
YUV 48.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 38 30 171 0.78 0.82 0 0.33 243.4 0.7 0.39
Hex 26 1E AB 4E 52 0 21 F3 46 27
Octal 46 36 253 116 122 0 41 363 106 47
Binary 100110 11110 10101011 1001110 1010010 0 100001 11110011 1000110 100111

Color Harmonies of #261EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EAB

Black with #261EAB

Text Example


Text Example

White with #261EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261EAB; }

 p { color: rgb(38,30,171); }

 H1.HeaderClassName
 {
   color: #261EAB;
 }
 .AnyTagClassName
 {
   color: #261EAB;
 }
</style>

background-color css

<style>
 a { background-color: #261EAB; }

 a { background-color: rgb(38,30,171); }

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

border-color css

<style>
 span { border-color: #261EAB; }

 span { border-color: rgb(38,30,171); }

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