Html Css Color HEX #231DAD Persian Blue

📋 copy color: '#231DAD'

red 35 ◦ green 29 ◦ blue 173

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

Shades of Persian Blue #231DAD

Tints of Persian Blue #231DAD

RGB

 RED value IS 35 (14.06% from 255) = 14.77%

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

 BLUE value IS 173 (67.97% from 255) = 73%

R = 14.77%
G = 12.24%
B = 73%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#231DAD (or 0x231DAD) is known color: Persian Blue. HEX triplet: 23, 1D and AD. RGB value is (35,29,173). Sum of RGB (Red+Green+Blue) = 35+29+173=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #231DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DAD is #DCE252. Grayscale: #2E2E2E. Windows color (decimal): -14475859 or 11345187. OLE color: 11345187.

HSL color Cylindrical-coordinate representation of color #231DAD: hue angle of 242.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231DAD is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 29 173 -
CMYK 0.80 0.83 0 0.32
HSL 242.5º 0.71% 0.4% -
HSV(B) 242.5º 0.83% 0.68% -
XYZ 8.68 4.25 39.9 -
YUV 47.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 35 29 173 0.80 0.83 0 0.32 242.5 0.71 0.4
Hex 23 1D AD 50 53 0 20 F2 47 28
Octal 43 35 255 120 123 0 40 362 107 50
Binary 100011 11101 10101101 1010000 1010011 0 100000 11110010 1000111 101000

Color Harmonies of #231DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DAD

Black with #231DAD

Text Example


Text Example

White with #231DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231DAD; }

 p { color: rgb(35,29,173); }

 H1.HeaderClassName
 {
   color: #231DAD;
 }
 .AnyTagClassName
 {
   color: #231DAD;
 }
</style>

background-color css

<style>
 a { background-color: #231DAD; }

 a { background-color: rgb(35,29,173); }

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

border-color css

<style>
 span { border-color: #231DAD; }

 span { border-color: rgb(35,29,173); }

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