Html Css Color HEX #230262 Persian Indigo

📋 copy color: '#230262'

red 35 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #230262

Tints of Persian Indigo #230262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.59%

R = 25.93%
G = 1.48%
B = 72.59%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230262 (or 0x230262) is known color: Persian Indigo. HEX triplet: 23, 02 and 62. RGB value is (35,2,98). Sum of RGB (Red+Green+Blue) = 35+2+98=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #230262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230262 is #DCFD9D. Grayscale: #161616. Windows color (decimal): -14482846 or 6423075. OLE color: 6423075.

HSL color Cylindrical-coordinate representation of color #230262: hue angle of 260.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230262 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 2 98 -
CMYK 0.64 0.98 0 0.62
HSL 260.63º 0.96% 0.2% -
HSV(B) 260.63º 0.98% 0.38% -
XYZ 2.92 1.28 11.65 -
YUV 22.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 35 2 98 0.64 0.98 0 0.62 260.63 0.96 0.2
Hex 23 2 62 40 62 0 3E 105 60 14
Octal 43 2 142 100 142 0 76 405 140 24
Binary 100011 10 1100010 1000000 1100010 0 111110 100000101 1100000 10100

Color Harmonies of #230262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230262

Black with #230262

Text Example


Text Example

White with #230262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230262; }

 p { color: rgb(35,2,98); }

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

background-color css

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

 a { background-color: rgb(35,2,98); }

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

border-color css

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

 span { border-color: rgb(35,2,98); }

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