Html Css Color HEX #261DDA Persian Blue

📋 copy color: '#261DDA'

red 38 ◦ green 29 ◦ blue 218

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

Shades of Persian Blue #261DDA

Tints of Persian Blue #261DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 218 (85.55% from 255) = 76.49%

R = 13.33%
G = 10.18%
B = 76.49%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#261DDA (or 0x261DDA) is known color: Persian Blue. HEX triplet: 26, 1D and DA. RGB value is (38,29,218). Sum of RGB (Red+Green+Blue) = 38+29+218=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #261DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DDA is #D9E225. Grayscale: #343434. Windows color (decimal): -14279206 or 14294310. OLE color: 14294310.

HSL color Cylindrical-coordinate representation of color #261DDA: hue angle of 242.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261DDA is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 29 218 -
CMYK 0.83 0.87 0 0.15
HSL 242.86º 0.77% 0.48% -
HSV(B) 242.86º 0.87% 0.85% -
XYZ 13.89 6.35 66.82 -
YUV 53.24 220.98 117.13 -
System Red Green Blue C M Y K H S L
Decimal 38 29 218 0.83 0.87 0 0.15 242.86 0.77 0.48
Hex 26 1D DA 53 57 0 F F3 4D 30
Octal 46 35 332 123 127 0 17 363 115 60
Binary 100110 11101 11011010 1010011 1010111 0 1111 11110011 1001101 110000

Color Harmonies of #261DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DDA

Black with #261DDA

Text Example


Text Example

White with #261DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,29,218); }

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

background-color css

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

 a { background-color: rgb(38,29,218); }

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

border-color css

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

 span { border-color: rgb(38,29,218); }

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